]> andersk Git - openssh.git/commit
- (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
authordtucker <dtucker>
Thu, 18 Dec 2003 04:34:31 +0000 (04:34 +0000)
committerdtucker <dtucker>
Thu, 18 Dec 2003 04:34:31 +0000 (04:34 +0000)
commitb3ef7fb717f6cdab85b168118af058a329e80fd4
tree4e93f5ff04d6f8f6ff889ad982ca3836ce7f90b0
parent0c6a72a5d664e0e5a8423f17fbfebbad038801a8
 - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
   authentication.  Partially fixes bug #423.  Feedback & ok djm@

Some background on why this is the way it is:
* Solaris 8's pam_chauthtok ignores the CHANGE_EXPIRED_AUTHTOK flag, so
  we must call do_pam_account() to figure out if the password is expired.
* AIX 5.2 does not like having pam_acct_mgmt() called twice, once from the
  authentication thread and once from the main shell child, so we cache the
  result, which must be passed from the authentication thread back to the
  monitor.
ChangeLog
auth-pam.c
This page took 0.959906 seconds and 5 git commands to generate.