1.\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 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. 17.\" 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 28.\" SUCH DAMAGE. 29.\" 30.\" $FreeBSD: src/libexec/mknetid/netid.5,v 1.1.2.2 2002/02/01 15:51:17 ru Exp $ 31.\" 32.Dd January 13, 1996 33.Dt NETID 5 34.Os 35.Sh NAME 36.Nm netid 37.Nd 38.Tn YP 39network credential file 40.Sh DESCRIPTION 41Files in 42.Nm 43format are rare. 44One lives in the 45.Tn YP 46map 47.Pa netid.byname . 48The format is rather simple. 49Each row consists of two items: a key and a value. 50When created by 51.Xr mknetid 8 52there are three types of records. 53.Pp 54The first type is information about which GIDs a UID has: 55.Pp 56.Sm off 57.Li unix . Ao Ar uid Ac @ Aq Ar yp-domain 58.Sm on 59.Sm off 60.Ao Ar uid Ac : Ao Ar gid Ac , Aq Ar gid 61.Sm on 62.Pp 63The second type contains information about hosts: 64.Pp 65.Sm off 66.Li unix . Ao Ar hostname Ac @ Aq Ar yp-domain 67.Sm on 68.Sm off 69.Li 0 : Aq Ar hostname 70.Sm on 71.Pp 72The third type refers to records from a 73.Nm 74file other than the two types above. 75.Sh FILES 76.Bl -tag -width ".Pa /etc/netid" -compact 77.It Pa /etc/netid 78for lines not generated automatically by 79.Xr mknetid 8 80.El 81.Sh EXAMPLES 82A configuration file might look like the following: 83.Bd -literal 84unix.10714@kaka 10714:400,10 85unix.jodie@kaka 0:jodie 86.Ed 87.Sh SEE ALSO 88.Xr mknetid 8 , 89.Xr yp 8 90.Sh AUTHORS 91.An Mats O Jansson Aq Mt moj@stacken.kth.se 92