Changeset 267 for trunk/src/pam_pkcs11/pam_pkcs11.c
- Timestamp:
- 05/09/07 08:15:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/pam_pkcs11/pam_pkcs11.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pam_pkcs11/pam_pkcs11.c
r263 r267 311 311 goto auth_failed_nopw; 312 312 } else if (rv == 0) { /* match didn't success */ 313 DBG("certificate is valid bu sdoes not match the user");313 DBG("certificate is valid but does not match the user"); 314 314 continue; /* try next certificate */ 315 315 } else { /* match success */
Note: See TracChangeset
for help on using the changeset viewer.
