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 $
31 .\" $DragonFly: src/libexec/mknetid/netid.5,v 1.3 2006/02/17 19:33:31 swildner Exp $
40 network credential file
49 The format is rather simple.
50 Each row consists of two items: a key and a value.
53 there are three types of records.
55 The first type is information about which GIDs a UID has:
58 .Li unix . Ao Ar uid Ac @ Aq Ar yp-domain
61 .Ao Ar uid Ac : Ao Ar gid Ac , Aq Ar gid
64 The second type contains information about hosts:
67 .Li unix . Ao Ar hostname Ac @ Aq Ar yp-domain
70 .Li 0 : Aq Ar hostname
73 The third type refers to records from a
75 file other than the two types above.
77 .Bl -tag -width ".Pa /etc/netid" -compact
79 for lines not generated automatically by
83 A configuration file might look like the following:
85 unix.10714@kaka 10714:400,10
86 unix.jodie@kaka 0:jodie
92 .An Mats O Jansson Aq moj@stacken.kth.se