Home | History | Annotate | Download | only in newrole

Lines Matching full:shadow

21  * access to the shadow password file.
28 * If you choose not to use PAM, make sure you have a shadow passwd file
29 * in /etc/shadow. You can use a symlink if your shadow passwd file
33 * ln -s /etc/auth/shadow shadow
36 * setuid root, so that it can read the shadow passwd file.
334 * All shadow passwd code goes in this section.
337 #include <shadow.h> /* for shadow passwd functions */
349 * shadow passwd file.
352 * This function uses the shadow passwd file to thenticate the user running
365 fprintf(stderr, _("Cannot find your entry in the shadow "
1019 * All code used for both PAM and shadow passwd goes in this section.