summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-11-25 23:28:34 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-11-25 23:28:34 +0000
commitdb229bdc3d3c5ba42927f21b9ff3312679e16236 (patch)
tree68a3be3a34d1c4839d07c45ae8f2a0c1de27ec55 /sys-libs/pwdb
parentnew version (diff)
downloadhistorical-db229bdc3d3c5ba42927f21b9ff3312679e16236.tar.gz
historical-db229bdc3d3c5ba42927f21b9ff3312679e16236.tar.bz2
historical-db229bdc3d3c5ba42927f21b9ff3312679e16236.zip
updated /etc/pam.d/passwd to fix a problem where if a password contained a '.', it would except a auth with only the password up to the '.'
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r--sys-libs/pwdb/files/passwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/pwdb/files/passwd b/sys-libs/pwdb/files/passwd
index f77e9968ca6a..09a3643714cf 100644
--- a/sys-libs/pwdb/files/passwd
+++ b/sys-libs/pwdb/files/passwd
@@ -1,4 +1,4 @@
-auth required pam_pwdb.so nullok
+auth required pam_pwdb.so shadow nullok
account required pam_pwdb.so
password required pam_pwdb.so md5
session required pam_pwdb.so