From d23bce6db9936f178a5368ca1dcecffa8fafa01b Mon Sep 17 00:00:00 2001 From: IGP Date: Fri, 7 Oct 2016 02:18:34 -0400 Subject: [PATCH] Update conf.h Switching to pam_usb.conf to match other pam module naming schemes. --- src/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.h b/src/conf.h index 4dc64ab..22ff161 100644 --- a/src/conf.h +++ b/src/conf.h @@ -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"