Give people who use run_init or newrole an indicator to make it not ask for passwords
This commit is contained in:
parent
f2051b20fa
commit
e63a8fa875
|
@ -1,4 +1,6 @@
|
|||
#%PAM-1.0
|
||||
# Uncomment the next line if you do not want to enter your passwd everytime
|
||||
# auth sufficient pam_rootok.so
|
||||
auth include system-auth
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#%PAM-1.0
|
||||
# Uncomment the next line if you do not want to enter your passwd everytime
|
||||
#auth sufficient pam_rootok.so
|
||||
auth include system-auth
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
|
|
Loading…
Reference in New Issue