summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2007-03-08 11:05:27 +0100
committerJaka Kranjc2007-03-10 19:40:46 +0100
commitf71bb21f07540cc79c5915cf1313d4bb78013f95 (patch)
tree838c6d9395f936606989588d29d24e5463d078c9
parentd903b3ceb5d7c8805a6e4b68677c220b7ab28006 (diff)
shadow: fixing bug 13600, pam_unix_auth.so is replaced by pam_unix.so
(cherry picked from commit 1cacf5cbe4a6705b2c10b0a5a8e616965e12323f)
-rwxr-xr-xsecurity/shadow/DETAILS2
-rw-r--r--security/shadow/HISTORY5
-rwxr-xr-xsecurity/shadow/pam.d/groupadd2
-rwxr-xr-xsecurity/shadow/pam.d/groupdel2
-rwxr-xr-xsecurity/shadow/pam.d/shadow2
-rwxr-xr-xsecurity/shadow/pam.d/useradd2
-rwxr-xr-xsecurity/shadow/pam.d/userdel2
-rwxr-xr-xsecurity/shadow/pam.d/usermod2
8 files changed, 12 insertions, 7 deletions
diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 797de76055..ebe63b063c 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://shadow.pld.org.pl/
ENTERED=20050303
PATCHLEVEL=3
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
KEYWORDS="security password"
SHORT="Shadow password file utilities"
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index d4ee404f05..2b06b3266b 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,8 @@
+2007-03-08 Thomas Orgis <sobukus@sourcemage.org>
+ * pam.d/*: replace all pam_unix_auth.so with pam-unix.so as only the latter
+ remains with newer pam (but 13600)
+ * DETAILS: security-patch, as any pam misconfiguration is dangerous
+
2007-02-07 Thomas Orgis <sobukus@sourcemage.org>
* CONFIGURE: neverending story... really run pwck when checking passwd files!
* CONFIGURE: also removed the whole $INSTALL_ROOT thing: it is not for real,
diff --git a/security/shadow/pam.d/groupadd b/security/shadow/pam.d/groupadd
index 7ce28333b3..01fc32de61 100755
--- a/security/shadow/pam.d/groupadd
+++ b/security/shadow/pam.d/groupadd
@@ -2,6 +2,6 @@
# The PAM configuration file for the `groupadd' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/groupdel b/security/shadow/pam.d/groupdel
index 7ce28333b3..01fc32de61 100755
--- a/security/shadow/pam.d/groupdel
+++ b/security/shadow/pam.d/groupdel
@@ -2,6 +2,6 @@
# The PAM configuration file for the `groupadd' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/shadow b/security/shadow/pam.d/shadow
index 66c7a4c820..30ab18be87 100755
--- a/security/shadow/pam.d/shadow
+++ b/security/shadow/pam.d/shadow
@@ -2,6 +2,6 @@
# The PAM configuration file for the `shadow' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/useradd b/security/shadow/pam.d/useradd
index 1fb5a902ed..6a4befabb2 100755
--- a/security/shadow/pam.d/useradd
+++ b/security/shadow/pam.d/useradd
@@ -2,6 +2,6 @@
# The PAM configuration file for the `useradd' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/userdel b/security/shadow/pam.d/userdel
index 22939297f0..f3d4a78be9 100755
--- a/security/shadow/pam.d/userdel
+++ b/security/shadow/pam.d/userdel
@@ -2,6 +2,6 @@
# The PAM configuration file for the `userdel' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/usermod b/security/shadow/pam.d/usermod
index 49de399b4a..d6f6e10efe 100755
--- a/security/shadow/pam.d/usermod
+++ b/security/shadow/pam.d/usermod
@@ -2,6 +2,6 @@
# The PAM configuration file for the `usermod' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so