[Bug 564] new PAM code only calls pam_acct_mgmt for challenge-response clients
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed May 14 14:51:36 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=564
Summary: new PAM code only calls pam_acct_mgmt for challenge-
response clients
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: djm at mindrot.org
The new PAM code only calls pam_acct_mgmt for challenge-response clients. Unsure
whether this is a problem, but it is certainly a change in behaviour.
We used to do tests like:
#ifdef USE_PAM
if (!use_privsep && authenticated && authctxt->user &&
!do_pam_account(authctxt->user, NULL))
authenticated = 0;
#endif /* USE_PAM */
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list