Change to allow authentication against all authentication methods.

This commit is contained in:
seabres 2014-06-04 18:21:55 +02:00
parent b1488485d3
commit aa4783e933

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