Changeset 173 in openpam
- Timestamp:
- Oct 28, 2002, 1:37:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/xsso_errata.txt
r126 r173 1 $P4: //depot/projects/openpam/doc/xsso_errata.txt# 8$1 $P4: //depot/projects/openpam/doc/xsso_errata.txt#9 $ 2 2 3 3 Errata in XSSO, chapter 5: … … 17 17 18 18 p. 34: "PAM_AUTH_ERR" is misspelled as "PAM_AUTH_ERROR" in the 19 second- last line of the DESCRIPTION section.19 second-to-last line of the DESCRIPTION section. 20 20 21 21 p. 40: in the second paragraph of the DESCRIPTION section, the phrase … … 25 25 should be "PAM_AUTHTOK" and "PAM_OLDAUTHTOK", respectively. 26 26 27 p. 60: "PAM_AUTHOK" and "PAM_OLDAUTHOK" in the DESCRIPTION section28 should be "PAM_AUTHTOK" and "PAM_OLDAUTHTOK", respectively.29 30 p. 62: the target_authtok_len argument to pam_set_mapped_authtok() is31 of type size_t, not a size_t *.32 33 27 p. 52: PAM_CONV_ERR is listed out of order and with the explanatory 34 28 text "Conversation failure" instead of "Conversation error". … … 37 31 p. 59: the last argument pam_set_data() should be written void 38 32 (*cleanup)(...), not void *(cleanup)(...). 33 34 p. 60: "PAM_AUTHOK" and "PAM_OLDAUTHOK" in the DESCRIPTION section 35 should be "PAM_AUTHTOK" and "PAM_OLDAUTHTOK", respectively. 36 37 p. 62: the target_authtok_len argument to pam_set_mapped_authtok() is 38 of type size_t, not a size_t *. 39 39 40 40 p. 66: the first occurrence of "pam_acct_mgmt" in the NAME section
Note: See TracChangeset
for help on using the changeset viewer.