summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-20 00:56:26 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-20 00:56:26 +0000
commit700a865308695f9819a103fc3d8d2e686c7ff05f (patch)
tree15c41ec9fa68564c22fe2a63a2b9c319d8250a8f /sys-apps
parentUpdate (diff)
downloadhistorical-700a865308695f9819a103fc3d8d2e686c7ff05f.tar.gz
historical-700a865308695f9819a103fc3d8d2e686c7ff05f.tar.bz2
historical-700a865308695f9819a103fc3d8d2e686c7ff05f.zip
Fix
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/shadow/files/shadow11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/shadow/files/shadow b/sys-apps/shadow/files/shadow
index bb1ab7fdfa0c..353b6a09616b 100644
--- a/sys-apps/shadow/files/shadow
+++ b/sys-apps/shadow/files/shadow
@@ -1,5 +1,6 @@
-auth required pam_wheel.so trust use_uid
-auth sufficient pam_rootok.so
-#auth required pam_pwdb.so nullok
-account required pam_pwdb.so
-session required pam_pwdb.so
+#%PAM-1.0
+# /etc/pam.d/shadow - sample PAM config file for all shadow utils like:
+# chpasswd, groupadd, groupdel, groupmod, newusers, useradd, userdel, usermod.
+auth sufficient /lib/security/pam_rootok.so
+account required /lib/security/pam_permit.so
+password required /lib/security/pam_permit.so