Lines Matching full:shadow
14 #include <shadow.h>
60 These functions are used to obtain shadow password entries. An entry may come
61 from any of the sources for \fBshadow\fR specified in the
65 The \fBgetspnam()\fR function searches for a shadow password entry with the
70 used to enumerate shadow password entries from the database.
74 of the set of shadow password entries. This function should be called before
84 to do no further shadow password retrieval operations; the system may then
85 close the shadow password file, deallocate resources it was using, and so
87 call more shadow password functions after calling \fBendspent()\fR.
92 \fIfp\fR, which is assumed to have the format of the \fBshadow\fR file (see
93 \fBshadow\fR(4)).
116 caller. On successful completion, the function returns the shadow password
119 shadow password data. All of the pointers within the returned \fBstruct
122 with the shadow password entry. The \fIbuflen\fR argument should give the size
131 shadow password database.
140 \fB<shadow.h>\fR:
160 See \fBshadow\fR(4) for more information on the interpretation of this data.
213 \fBpasswd\fR(4), \fBshadow\fR(4), \fBattributes\fR(5)
229 not recommended; enumeration is supported for the shadow file, \fBNIS,\fR and
235 Access to shadow password information may be restricted in a manner depending
236 on the database source being used. Access to the \fB/etc/shadow\fR file is
246 When \fBNIS\fR is used as the database source, the information for the shadow
249 \fBstruct spwd\fR structure. Shadow password entries obtained from \fBNIS\fR
258 the member \fBsp_pwdp\fR in the returned shadow password structure.