pwret 745 source3/auth/pass_check.c struct passwd_adjunct *pwret;
pwret 746 source3/auth/pass_check.c pwret = getpwanam(s);
pwret 747 source3/auth/pass_check.c if (pwret && pwret->pwa_passwd) {
pwret 748 source3/auth/pass_check.c if (set_this_crypted(pwret->pwa_passwd) == NULL) {
pwret 666 source4/auth/ntlm/auth_unix.c struct passwd_adjunct *pwret;
pwret 667 source4/auth/ntlm/auth_unix.c pwret = getpwanam(s);
pwret 668 source4/auth/ntlm/auth_unix.c if (pwret && pwret->pwa_passwd) {
pwret 669 source4/auth/ntlm/auth_unix.c crypted = talloc_strdup(ctx, pwret->pwa_passwd);