This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Reduced expiration time to 1h
master
Andrea Luzzardi
17 years ago
parent
489e11b5fa
commit
45120198ac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
=
864
00
;
opts
-
>
pad_expiration
=
36
00
;
return
(
1
)
;
}
Write
Preview
Loading…
Cancel
Save