From 7d1bc156ca8b94833e92a333f340afc898356c23 Mon Sep 17 00:00:00 2001 From: IGP Date: Fri, 7 Oct 2016 02:15:07 -0400 Subject: [PATCH] Update pamusb-conf Switching to pam_usb.conf to match other pam module naming schemes. --- tools/pamusb-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pamusb-conf b/tools/pamusb-conf index ae2243c..2e12a8f 100755 --- a/tools/pamusb-conf +++ b/tools/pamusb-conf @@ -238,7 +238,7 @@ if len(args) != 0: usage() options = { 'deviceName' : None, 'userName' : None, - 'configFile' : '/etc/pamusb.conf', 'verbose' : False } + 'configFile' : '/etc/security/pam_usb.conf', 'verbose' : False } for o, a in opts: if o in ("-h", "--help"):