Merge pull request #144 from seabres/pambranch

Change to allow authentication against all authentication methods.
This commit is contained in:
jsorg71 2014-11-08 21:26:21 -08:00
commit ddfd6b8b59

View File

@ -1,4 +1,5 @@
#%PAM-1.0
auth required pam_unix.so shadow nullok
auth required pam_env.so readenv=1
account required pam_unix.so
auth include system-auth
account include system-auth
password include system-auth
session include system-auth