Searched refs:lshpw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c456 struct spwd *lshpw; /* local shadow */ local
519 lshpw = getspnam_r(user, &spwd, shadow, sizeof (shadow));
520 if (lshpw == NULL) {
545 cpass = crypt(pass, lshpw->sp_pwdp);
546 if (((cpass == NULL) && (lshpw->sp_pwdp[0] == '$')) &&
550 (strcmp(cpass, lshpw->sp_pwdp) != 0)) {

Completed in 44 milliseconds