diff options
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ do_authloop(Authctxt *authctxt) | |||
95 | #ifdef KRB4 | 95 | #ifdef KRB4 |
96 | (!options.kerberos_authentication || options.kerberos_or_local_passwd) && | 96 | (!options.kerberos_authentication || options.kerberos_or_local_passwd) && |
97 | #endif | 97 | #endif |
98 | #ifdef USE_PAM /* ISSUE: Right?? */ | 98 | #ifdef USE_PAM |
99 | auth_pam_password(pw, password)) { | 99 | auth_pam_password(pw, password)) { |
100 | #else | 100 | #else |
101 | auth_password(pw, "")) { | 101 | auth_password(pw, "")) { |