summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-19 05:37:32 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-19 05:37:32 +0000
commitb100ec95429daa986cb31834e462083adc22e8b6 (patch)
tree74ea3e32b28515b06a090880c7499113906a93aa /auth1.c
parent22e22bf9bab94862c860ad4ed652f308dda63f81 (diff)
- (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
Also removed some of the 'ISSUES' comments that have been verified by djm.
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index ee165a442..e990ff57e 100644
--- a/auth1.c
+++ b/auth1.c
@@ -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, "")) {