1 .\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se>
2 .\" All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by Mats O Jansson
15 .\" 4. The name of the author may not be used to endorse or promote products
16 .\" derived from this software without specific prior written permission.
18 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
19 .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
22 .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" $FreeBSD: src/libexec/mknetid/netid.5,v 1.1.2.2 2002/02/01 15:51:17 ru Exp $
39 network credential file
48 The format is rather simple.
49 Each row consists of two items: a key and a value.
52 there are three types of records.
54 The first type is information about which GIDs a UID has:
57 .Li unix . Ao Ar uid Ac @ Aq Ar yp-domain
60 .Ao Ar uid Ac : Ao Ar gid Ac , Aq Ar gid
63 The second type contains information about hosts:
66 .Li unix . Ao Ar hostname Ac @ Aq Ar yp-domain
69 .Li 0 : Aq Ar hostname
72 The third type refers to records from a
74 file other than the two types above.
76 .Bl -tag -width ".Pa /etc/netid" -compact
78 for lines not generated automatically by
82 A configuration file might look like the following:
84 unix.10714@kaka 10714:400,10
85 unix.jodie@kaka 0:jodie
91 .An Mats O Jansson Aq Mt moj@stacken.kth.se