- (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:
Darren Tucker 2003-09-13 10:41:56 +10:00
parent dc7e65646f
commit 2270c7e8aa
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,9 @@
20030913
- (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
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
- (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.
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 $

View File

@ -110,6 +110,7 @@ auth_password(Authctxt *authctxt, const char *password)
pw->pw_name, authmsg);
/* No pty yet, so just label the line as "ssh" */
aix_setauthdb(authctxt->user);
if (loginsuccess(authctxt->user, host, "ssh",
&msg) == 0) {
if (msg != NULL) {