Changeset 115 in openpam for trunk/lib/pam_authenticate.c
- Timestamp:
- 04/14/02 20:22:20 (11 years ago)
- File:
-
- 1 edited
-
trunk/lib/pam_authenticate.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/pam_authenticate.c
r102 r115 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_authenticate.c# 9$34 * $P4: //depot/projects/openpam/lib/pam_authenticate.c#10 $ 35 35 */ 36 36 … … 67 67 * =pam_sm_authenticate 68 68 * !PAM_IGNORE 69 * PAM_SYMBOL_ERR 69 70 */ 70 71 … … 80 81 * values: 81 82 * 82 * =PAM_SILENT 83 * =PAM_SILENT: 83 84 * Do not emit any messages. 84 * =PAM_DISALLOW_NULL_AUTHTOK 85 * =PAM_DISALLOW_NULL_AUTHTOK: 85 86 * Fail if the user's authentication token is null. 87 * 88 * If any other bits are set, =pam_authenticate will return 89 * =PAM_SYMBOL_ERR. 86 90 */
Note: See TracChangeset
for help on using the changeset viewer.