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
Update conf.h
Switching to pam_usb.conf to match other pam module naming schemes.
master
IGP
8 years ago
committed by
GitHub
parent
15f358b758
commit
d23bce6db9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/conf.h
+ 1
- 1
src/conf.h
View File
@ -17,7 +17,7 @@
#
ifndef PUSB_CONF_H_
#
define PUSB_CONF_H_
#
define PUSB_CONF_FILE "
/
etc
/
security
/
pamusb.conf"
#
define PUSB_CONF_FILE "
/
etc
/
security
/
pam
_
usb.conf"
#
define CONF_DEVICE_XPATH "
/
/
configuration
/
devices
/
device[@id='%s']
/
%s"
#
define CONF_USER_XPATH "
/
/
configuration
/
users
/
user[@id='%s']
/
%s"
#
define CONF_SERVICE_XPATH "
/
/
configuration
/
services
/
service[@id='%s']
/
%s"
Write
Preview
Loading…
Cancel
Save