diff options
-rw-r--r-- | meta/recipes-extended/shadow/files/pam.d/chpasswd | 2 | ||||
-rw-r--r-- | meta/recipes-extended/shadow/files/pam.d/newusers | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/files/pam.d/chpasswd b/meta/recipes-extended/shadow/files/pam.d/chpasswd index 9e3efa68ba..b769d92ba4 100644 --- a/meta/recipes-extended/shadow/files/pam.d/chpasswd +++ b/meta/recipes-extended/shadow/files/pam.d/chpasswd | |||
@@ -1,4 +1,6 @@ | |||
1 | # The PAM configuration file for the Shadow 'chpasswd' service | 1 | # The PAM configuration file for the Shadow 'chpasswd' service |
2 | # | 2 | # |
3 | 3 | ||
4 | auth sufficient pam_rootok.so | ||
5 | account required pam_permit.so | ||
4 | password include common-password | 6 | password include common-password |
diff --git a/meta/recipes-extended/shadow/files/pam.d/newusers b/meta/recipes-extended/shadow/files/pam.d/newusers index 4aa3dde48b..4c59dfa478 100644 --- a/meta/recipes-extended/shadow/files/pam.d/newusers +++ b/meta/recipes-extended/shadow/files/pam.d/newusers | |||
@@ -1,4 +1,6 @@ | |||
1 | # The PAM configuration file for the Shadow 'newusers' service | 1 | # The PAM configuration file for the Shadow 'newusers' service |
2 | # | 2 | # |
3 | 3 | ||
4 | auth sufficient pam_rootok.so | ||
5 | account required pam_permit.so | ||
4 | password include common-password | 6 | password include common-password |