2007-10-07 11:47:33 +00:00
. \" Title: gshadow
. \" Author:
. \" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
2007-10-07 11:47:57 +00:00
. \" Date: 07/30/2006
2007-10-07 11:47:33 +00:00
. \" Manual: File Formats and Conversions
. \" Source: File Formats and Conversions
. \"
2007-10-07 11:47:57 +00:00
.TH "GSHADOW" "5" "07/30/2006" "File Formats and Conversions" "File Formats and Conversions"
2007-10-07 11:46:52 +00:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
2007-10-07 11:46:07 +00:00
gshadow \- shadowed group file
2007-10-07 11:46:25 +00:00
.SH "DESCRIPTION"
2007-10-07 11:46:07 +00:00
.PP
2007-10-07 11:47:33 +00:00
2007-10-07 11:47:01 +00:00
\fI /etc/gshadow\fR
2007-10-07 11:46:52 +00:00
contains the shadowed information for group accounts. It contains lines with the following colon\- separated fields:
2007-10-07 11:47:33 +00:00
.TP 3 n
2007-10-07 11:46:25 +00:00
\(bu
group name
2007-10-07 11:47:33 +00:00
.TP 3 n
2007-10-07 11:46:25 +00:00
\(bu
encrypted password
2007-10-07 11:47:33 +00:00
.TP 3 n
2007-10-07 11:46:25 +00:00
\(bu
comma\- separated list of group administrators
2007-10-07 11:47:33 +00:00
.TP 3 n
2007-10-07 11:46:25 +00:00
\(bu
comma\- separated list of group members
2007-10-07 11:47:33 +00:00
.sp
.RE
2007-10-07 11:46:07 +00:00
.PP
2007-10-07 11:47:01 +00:00
The group name and password fields must be filled. The encrypted password consists of characters from the 64\- character alphabet a thru z, A thru Z, 0 thru 9, \\ . and /. Refer to
\fB crypt\fR (3)
for details on how this string is interpreted. If the password field contains some string that is not valid result of
\fB crypt\fR (3), for instance ! or *, the user will not be able to use a unix password to log in, subject to
2007-10-07 11:46:52 +00:00
\fB pam\fR (7).
2007-10-07 11:46:25 +00:00
.PP
2007-10-07 11:47:01 +00:00
This information supersedes any password present in
2007-10-07 11:46:52 +00:00
\fI /etc/group\fR .
2007-10-07 11:46:25 +00:00
.PP
2007-10-07 11:46:52 +00:00
This file must not be readable by regular users if password security is to be maintained.
2007-10-07 11:46:25 +00:00
.SH "FILES"
2007-10-07 11:47:33 +00:00
.TP 3 n
2007-10-07 11:46:25 +00:00
\fI /etc/group\fR
2007-10-07 11:47:33 +00:00
Group account information.
.TP 3 n
2007-10-07 11:46:25 +00:00
\fI /etc/gshadow\fR
2007-10-07 11:47:33 +00:00
Secure group account information.
2007-10-07 11:46:25 +00:00
.SH "SEE ALSO"
.PP
2007-10-07 11:47:33 +00:00
2007-10-07 11:47:01 +00:00
\fB group\fR (5),
\fB gpasswd\fR (5),
\fB newgrp\fR (5).