Browse Source

Do not tell authentication method name or version information

master
Pekka Helenius 3 years ago
parent
commit
404cfce703
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pam.c

+ 1
- 1
src/pam.c View File

@ -65,7 +65,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
return (PAM_IGNORE);
}
log_info("pam_usb v%s\n", PUSB_VERSION);
//log_info("pam_usb v%s\n", PUSB_VERSION);
log_info("Authentication request for user \"%s\" (%s)\n",
user, service);


Loading…
Cancel
Save