Browse Source

Bugfix

master
Andrea Luzzardi 17 years ago
parent
commit
3389092d78
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pam_usb/src/pusb_check.c

+ 2
- 2
pam_usb/src/pusb_check.c View File

@ -45,13 +45,13 @@ static int pusb_check_perform_authentication(t_pusb_options *opts,
{
int retval;
log_info("Authentication request for user \"%s\" (%s)\n",
user, service);
if (!opts->enable)
{
log_debug("Not enabled, exiting...\n");
return (0);
}
log_info("Authentication request for user \"%s\" (%s)\n",
user, service);
if (!pusb_local_login(opts, user))
{
log_error("Access denied.\n");


Loading…
Cancel
Save