bugzilla-daemon at mindrot.org
2002-Aug-15 19:24 UTC
[Bug 385] New: loginsuccess on AIX fails
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=385 Summary: loginsuccess on AIX fails Product: Portable OpenSSH Version: -current Platform: PPC OS/Version: AIX Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: genty at us.ibm.com With user separation enabled, the loginsuccess() call in AIX in session.c is failing, therefore the unsuccessful login count is not being reset to 0 upon successful login. The errno says that it is because we don't have the correct privileges. When we added a loginsuccess() call to auth-passwd.c in the auth_password routine (after the authenticate call) it fixed the problem. Does this sound like an acceptable solution? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.