1994-05-30 19:09:18 +00:00
|
|
|
.\" Copyright (c) 1980, 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by the University of
|
|
|
|
.\" California, Berkeley and its contributors.
|
|
|
|
.\" 4. Neither the name of the University nor the names of its contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1994-09-20 22:44:37 +00:00
|
|
|
.\" From: @(#)group.5 8.3 (Berkeley) 4/19/94
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1994-05-30 19:09:18 +00:00
|
|
|
.\"
|
1994-09-20 22:44:37 +00:00
|
|
|
.Dd September 29, 1994
|
1994-05-30 19:09:18 +00:00
|
|
|
.Dt GROUP 5
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm group
|
|
|
|
.Nd format of the group permissions file
|
|
|
|
.Sh DESCRIPTION
|
2003-02-20 17:32:26 +00:00
|
|
|
The
|
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
|
|
|
.Nm
|
2000-11-20 16:01:50 +00:00
|
|
|
file is the local source of group information.
|
|
|
|
It can be used in conjunction with the Hesiod domain
|
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
|
|
|
`group', and the NIS maps `group.byname' and `group.bygid',
|
2001-07-14 19:41:16 +00:00
|
|
|
as controlled by
|
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
|
|
|
.Xr nsswitch.conf 5 .
|
|
|
|
.Pp
|
1994-05-30 19:09:18 +00:00
|
|
|
The file
|
2000-11-20 16:01:50 +00:00
|
|
|
.Nm
|
1994-05-30 19:09:18 +00:00
|
|
|
consists of newline separated
|
|
|
|
.Tn ASCII
|
|
|
|
records, one per group, containing four colon
|
|
|
|
.Ql \&:
|
2000-03-03 14:05:08 +00:00
|
|
|
separated fields.
|
|
|
|
These fields are as follows:
|
1994-05-30 19:09:18 +00:00
|
|
|
.Bl -tag -width password -offset indent -compact
|
|
|
|
.It group
|
|
|
|
Name of the group.
|
|
|
|
.It passwd
|
|
|
|
Group's
|
|
|
|
.Em encrypted
|
|
|
|
password.
|
|
|
|
.It gid
|
|
|
|
The group's decimal ID.
|
|
|
|
.It member
|
|
|
|
Group members.
|
|
|
|
.El
|
|
|
|
.Pp
|
1997-03-12 13:46:16 +00:00
|
|
|
Lines whose first non-whitespace character is a pound-sign (#)
|
2000-03-03 14:05:08 +00:00
|
|
|
are comments, and are ignored.
|
2001-07-14 19:41:16 +00:00
|
|
|
Blank lines that consist
|
1997-03-12 14:05:36 +00:00
|
|
|
only of spaces, tabs or newlines are also ignored.
|
1997-03-09 12:20:48 +00:00
|
|
|
.Pp
|
1994-05-30 19:09:18 +00:00
|
|
|
The
|
|
|
|
.Ar group
|
|
|
|
field is the group name used for granting file access to users
|
|
|
|
who are members of the group.
|
|
|
|
The
|
|
|
|
.Ar gid
|
|
|
|
field is the number associated with the group name.
|
|
|
|
They should both be unique across the system (and often
|
|
|
|
across a group of systems) since they control file access.
|
|
|
|
The
|
|
|
|
.Ar passwd
|
|
|
|
field
|
|
|
|
is an optional
|
|
|
|
.Em encrypted
|
|
|
|
password.
|
|
|
|
This field is rarely used
|
|
|
|
and an asterisk is normally placed in it rather than leaving it blank.
|
2001-07-14 19:41:16 +00:00
|
|
|
The
|
1994-05-30 19:09:18 +00:00
|
|
|
.Ar member
|
|
|
|
field contains the names of users granted the privileges of
|
|
|
|
.Ar group .
|
|
|
|
The member names are separated by commas without spaces or newlines.
|
|
|
|
A user is automatically in a group if that group was specified
|
|
|
|
in their
|
|
|
|
.Pa /etc/passwd
|
|
|
|
entry and does not need to be added to that group in the
|
2000-11-20 16:05:09 +00:00
|
|
|
.Nm
|
|
|
|
file.
|
1994-05-30 19:09:18 +00:00
|
|
|
.\" .Pp
|
|
|
|
.\" When the system reads the file
|
|
|
|
.\" .Pa /etc/group
|
|
|
|
.\" the fields are read into the structure
|
|
|
|
.\" .Fa group
|
|
|
|
.\" declared in
|
|
|
|
.\" .Aq Pa grp.h :
|
|
|
|
.\" .Bd -literal -offset indent
|
|
|
|
.\" struct group {
|
|
|
|
.\" char *gr_name; /* group name */
|
|
|
|
.\" char *gr_passwd; /* group password */
|
|
|
|
.\" int gr_gid; /* group id */
|
|
|
|
.\" char **gr_mem; /* group members */
|
|
|
|
.\" };
|
|
|
|
.\" .Ed
|
1997-01-08 22:57:15 +00:00
|
|
|
.Sh LIMITS
|
|
|
|
There are various limitations which are explained in
|
1998-06-28 21:33:42 +00:00
|
|
|
the function where they occur; see section
|
1997-01-08 22:57:15 +00:00
|
|
|
.Sx SEE ALSO .
|
2000-11-20 16:06:00 +00:00
|
|
|
.Pp
|
2001-07-14 19:41:16 +00:00
|
|
|
In older implementations,
|
2000-03-03 14:05:08 +00:00
|
|
|
a group cannot have more than 200 members.
|
|
|
|
The maximum line length of
|
1997-01-08 22:57:15 +00:00
|
|
|
.Pa /etc/group
|
2000-03-03 14:05:08 +00:00
|
|
|
is 1024 characters.
|
|
|
|
Longer lines will be skipped.
|
1998-06-28 21:33:42 +00:00
|
|
|
This limitation disappeared in
|
1997-01-08 22:57:15 +00:00
|
|
|
.Fx 3.0 .
|
1998-06-28 21:33:42 +00:00
|
|
|
Older binaries that are statically linked, depend on old
|
2000-11-14 11:20:58 +00:00
|
|
|
shared libraries, or
|
|
|
|
.No non- Ns Fx
|
|
|
|
binaries in compatibility mode
|
2001-08-30 21:12:35 +00:00
|
|
|
may still have this limit.
|
1994-05-30 19:09:18 +00:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /etc/group -compact
|
|
|
|
.It Pa /etc/group
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
1996-12-26 02:02:31 +00:00
|
|
|
.Xr passwd 1 ,
|
|
|
|
.Xr setgroups 2 ,
|
1994-05-30 19:09:18 +00:00
|
|
|
.Xr crypt 3 ,
|
1994-09-20 22:44:37 +00:00
|
|
|
.Xr getgrent 3 ,
|
|
|
|
.Xr initgroups 3 ,
|
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
|
|
|
.Xr nsswitch.conf 5 ,
|
2002-01-14 16:59:03 +00:00
|
|
|
.Xr passwd 5 ,
|
|
|
|
.Xr yp 8
|
1994-05-30 19:09:18 +00:00
|
|
|
.Sh BUGS
|
|
|
|
The
|
|
|
|
.Xr passwd 1
|
|
|
|
command does not change the
|
2000-11-20 18:41:33 +00:00
|
|
|
.Nm
|
1994-05-30 19:09:18 +00:00
|
|
|
passwords.
|
|
|
|
.Sh HISTORY
|
|
|
|
A
|
|
|
|
.Nm
|
|
|
|
file format appeared in
|
|
|
|
.At v6 .
|
1997-03-12 13:46:16 +00:00
|
|
|
Support for comments first appeared in
|
1997-03-09 12:20:48 +00:00
|
|
|
.Fx 3.0 .
|