mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- (stevesk) auth1.c: fix PAM passwordless check.
This commit is contained in:
parent
34bb0c7431
commit
bca8c8f3a1
@ -5,6 +5,7 @@
|
|||||||
(backed out of original patch and removed it from ChangeLog)
|
(backed out of original patch and removed it from ChangeLog)
|
||||||
- (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
|
- (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
|
||||||
Tim Rice <tim@multitalents.net>
|
Tim Rice <tim@multitalents.net>
|
||||||
|
- (stevesk) auth1.c: fix PAM passwordless check.
|
||||||
|
|
||||||
20010212
|
20010212
|
||||||
- (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
|
- (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
|
||||||
@ -3912,4 +3913,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.753 2001/02/13 02:40:56 mouring Exp $
|
$Id: ChangeLog,v 1.754 2001/02/13 11:26:21 stevesk Exp $
|
||||||
|
2
auth1.c
2
auth1.c
@ -97,7 +97,7 @@ do_authloop(Authctxt *authctxt)
|
|||||||
(!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
|
(!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_PAM
|
#ifdef USE_PAM
|
||||||
auth_pam_password(pw, password)) {
|
auth_pam_password(pw, "")) {
|
||||||
#else
|
#else
|
||||||
auth_password(pw, "")) {
|
auth_password(pw, "")) {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user