X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=pam_pcsc_cr.c;h=950441533e43a762df220da2b6d0996c60357c1c;hp=5d17365b8ad2ea95f5a160566df3017a2f57d9b7;hb=e3806a9acf7e6eea70bfd4641e7602d1f3518ac5;hpb=62754dd7530941e38ab3dcfc87b3c73cb4efea08 diff --git a/pam_pcsc_cr.c b/pam_pcsc_cr.c index 5d17365..9504415 100644 --- a/pam_pcsc_cr.c +++ b/pam_pcsc_cr.c @@ -164,6 +164,7 @@ pam_sm_authenticate(pam_handle_t *pamh, int flags, parse_cfg(&cfg, argc, argv); (void)pam_set_data(pamh, "pcsc_cr_cfg_struct", &cfg, NULL); + if (cfg.verbose) syslog(LOG_INFO, "auth with %s", PACKAGE_STRING); if ((pam_err = pam_get_user(pamh, &user, NULL)) != PAM_SUCCESS) { if (cfg.verbose) syslog(LOG_ERR, "get_user failed: %s",