Changeset 36 in openpam
- Timestamp:
- Feb 6, 2002, 4:02:13 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/xsso_errata.txt
r16 r36 5 5 p. 25: the first member of struct pam_response is named "resp", not 6 6 "response". 7 8 p. 28: the first pam_sm_chauthtok() flag is PAM_PRELIM_CHECK, not 9 PAM_CRED_PRELIM_CHECK. 7 10 8 11 Errata in XSSO, chapter 6: -
trunk/include/security/pam_constants.h
r23 r36 97 97 PAM_REINITIALISE_CRED = 0x4, 98 98 PAM_REFRESH_CRED = 0x8, 99 PAM_ CRED_PRELIM_CHECK = 0x1,99 PAM_PRELIM_CHECK = 0x1, 100 100 PAM_UPDATE_AUTHTOK = 0x2, 101 101 PAM_CHANGE_EXPIRED_AUTHTOK = 0x4
Note: See TracChangeset
for help on using the changeset viewer.