Browse Source

Update pamusb-conf

Switching to pam_usb.conf to match other pam module naming schemes.
master
IGP 7 years ago
committed by GitHub
parent
commit
7d1bc156ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/pamusb-conf

+ 1
- 1
tools/pamusb-conf View File

@ -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"):


Loading…
Cancel
Save