Changeset 932 in openpam for trunk/lib/libpam/pam_chauthtok.c
- Timestamp:
- Apr 26, 2017, 8:41:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libpam/pam_chauthtok.c
r648 r932 61 61 ENTER(); 62 62 if (flags & ~(PAM_SILENT|PAM_CHANGE_EXPIRED_AUTHTOK)) 63 RETURNC(PAM_ SYMBOL_ERR);63 RETURNC(PAM_BAD_CONSTANT); 64 64 r = openpam_dispatch(pamh, PAM_SM_CHAUTHTOK, 65 65 flags | PAM_PRELIM_CHECK); … … 78 78 * =pam_sm_chauthtok 79 79 * !PAM_IGNORE 80 * PAM_ SYMBOL_ERR80 * PAM_BAD_CONSTANT 81 81 */ 82 82 … … 94 94 * Change only those authentication tokens that have expired. 95 95 * 96 * If any other bits are set, =pam_chauthtok will return =PAM_ SYMBOL_ERR.96 * If any other bits are set, =pam_chauthtok will return =PAM_BAD_CONSTANT. 97 97 */
Note: See TracChangeset
for help on using the changeset viewer.