diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2017-03-07 18:45:41 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-24 12:54:42 +0000 |
commit | cf6a4148b55a8fba9fa366ff2ab52df51863ab35 (patch) | |
tree | 8ab887e501ab658680e3de59b6912dbabb3ea6c7 /community/shadow/pam-useradd.patch | |
parent | 64d9919a41ad9bb7db96704e5e5e24b23b93302c (diff) | |
download | aports-cf6a4148b55a8fba9fa366ff2ab52df51863ab35.tar.bz2 aports-cf6a4148b55a8fba9fa366ff2ab52df51863ab35.tar.xz |
community/shadow: add pam config
fixes #6643
Diffstat (limited to 'community/shadow/pam-useradd.patch')
-rw-r--r-- | community/shadow/pam-useradd.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/shadow/pam-useradd.patch b/community/shadow/pam-useradd.patch new file mode 100644 index 0000000000..71a1bcd25e --- /dev/null +++ b/community/shadow/pam-useradd.patch @@ -0,0 +1,9 @@ +--- a/etc/pam.d/useradd ++++ b/etc/pam.d/useradd +@@ -1,4 +1,4 @@ + #%PAM-1.0 + auth sufficient pam_rootok.so +-account required pam_permit.so +-password include system-auth ++account include base-account ++password include base-password |