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 #%PAM-1.0
auth required pam_unix.so shadow nullok auth include system-auth
auth required pam_env.so readenv=1 account include system-auth
account required pam_unix.so password include system-auth
session include system-auth