Browse Source

Reduced expiration time to 1h

master
Andrea Luzzardi 16 years ago
parent
commit
45120198ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pam_usb/src/conf.c

+ 1
- 1
pam_usb/src/conf.c View File

@ -144,7 +144,7 @@ int pusb_conf_init(t_pusb_options *opts)
opts->quiet = 0;
opts->color_log = 1;
opts->one_time_pad = 1;
opts->pad_expiration = 86400;
opts->pad_expiration = 3600;
return (1);
}


Loading…
Cancel
Save