Changeset 753 in openpam
- Timestamp:
- Jan 20, 2014, 10:48:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/pam_oath/pam_oath.c
r707 r753 139 139 /* 140 140 * Save the user's key. 141 * XXX should be a liboath API function. 141 142 */ 142 143 static int … … 277 278 } 278 279 279 /* write back (update counter for HOTP etc) */280 /* write back the key (update counter for HOTP, lastused for TOTP) */ 280 281 if (pam_oath_save_key(key, keyfile) != 0) { 281 282 pam_err = PAM_SERVICE_ERR;
Note: See TracChangeset
for help on using the changeset viewer.