Snapshot

Rob Hagopian rob at hagopian.net
Thu Sep 21 07:07:10 EST 2000


People will always have this version of HP-UX somewhere...

#ifndef PAM_AUTHTOK_EXPIRED
  #ifdef PAM_NEW_AUTHTOK_REQD
    #define PAM_AUTHTOK_EXPIRED PAM_NEW_AUTHTOK_REQD
    #warn "HP-UX pam defect worked around"
  #else
    #error "PAM_AUTHTOK_EXPIRED is required by the PAM spec"
#endif

Or in the configure script...
								-Rob

On Wed, 20 Sep 2000, Kevin Steves wrote:

> On Wed, 20 Sep 2000, Kevin Steves wrote:
> : On HP-UX 11.0, pam_acct_mgmt() returns PAM_AUTHTOK_EXPIRED when I expire
> : a password with passwd -f:
> : 
> : #define	PAM_AUTHTOK_EXPIRED 	18	/* Password expired and no longer */
> : 					/* usable */
> : 
> : The code wants PAM_NEW_AUTHTOK_REQD.  Is this a bug in HP-UX?
> 
> This is indeed a defect, and I have logged a defect report.  There will
> be a PAM patch produced, though I have no idea when.  I'm not sure if it
> makes sense to work around this until then.
> 
> 






More information about the openssh-unix-dev mailing list