|
Lines 244-250
do_authloop(Authctxt *authctxt)
Link Here
|
| 244 |
authctxt->valid ? "" : "invalid user ", authctxt->user); |
244 |
authctxt->valid ? "" : "invalid user ", authctxt->user); |
| 245 |
|
245 |
|
| 246 |
/* If the user has no password, accept authentication immediately. */ |
246 |
/* If the user has no password, accept authentication immediately. */ |
| 247 |
if (options.password_authentication && |
247 |
if (options.permit_empty_passwd && options.password_authentication && |
| 248 |
#ifdef KRB5 |
248 |
#ifdef KRB5 |
| 249 |
(!options.kerberos_authentication || options.kerberos_or_local_passwd) && |
249 |
(!options.kerberos_authentication || options.kerberos_or_local_passwd) && |
| 250 |
#endif |
250 |
#endif |