mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
required to correctly reset failed login count when using a password registry other than "files" (eg LDAP, see bug #543).
This commit is contained in:
parent
dc7e65646f
commit
2270c7e8aa
@ -1,6 +1,9 @@
|
|||||||
20030913
|
20030913
|
||||||
- (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
|
- (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
|
||||||
slower hosts, increase to 10 sec.
|
slower hosts, increase to 10 sec.
|
||||||
|
- (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
|
||||||
|
required to correctly reset failed login count when using a password
|
||||||
|
registry other than "files" (eg LDAP, see bug #543).
|
||||||
|
|
||||||
20030912
|
20030912
|
||||||
- (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
|
- (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
|
||||||
@ -1079,4 +1082,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2986 2003/09/12 23:46:03 dtucker Exp $
|
$Id: ChangeLog,v 1.2987 2003/09/13 00:41:56 dtucker Exp $
|
||||||
|
@ -110,6 +110,7 @@ auth_password(Authctxt *authctxt, const char *password)
|
|||||||
pw->pw_name, authmsg);
|
pw->pw_name, authmsg);
|
||||||
|
|
||||||
/* No pty yet, so just label the line as "ssh" */
|
/* No pty yet, so just label the line as "ssh" */
|
||||||
|
aix_setauthdb(authctxt->user);
|
||||||
if (loginsuccess(authctxt->user, host, "ssh",
|
if (loginsuccess(authctxt->user, host, "ssh",
|
||||||
&msg) == 0) {
|
&msg) == 0) {
|
||||||
if (msg != NULL) {
|
if (msg != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user