Searched defs:pw_shell (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c118 char *pw_shell; member in struct:passwd_entry
182 (!validstr(yppwd.newpw.pw_shell, SHELLSIZE))) {
657 if ((change_list & CNG_SH) && (!validloginshell(old_ent->pw_shell,
658 yppwd->newpw.pw_shell, root_on_master)))
707 if (NULL != old_ent->pw_shell)
708 sfree(old_ent->pw_shell);
709 old_ent->pw_shell = strdup(yppwd->newpw.pw_shell);
710 if (NULL == old_ent->pw_shell) {
755 if ((NULL != old_ent->pw_shell)
[all...]

Completed in 23 milliseconds