Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1cacf5cbe4a6705b2c10b0a5a8e616965e12323f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1cacf5cbe4a6705b2c10b0a5a8e616965e12323f)
  • Date: Thu, 8 Mar 2007 04:04:15 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

security/shadow/DETAILS | 2 +-
security/shadow/HISTORY | 5 +++++
security/shadow/pam.d/groupadd | 2 +-
security/shadow/pam.d/groupdel | 2 +-
security/shadow/pam.d/shadow | 2 +-
security/shadow/pam.d/useradd | 2 +-
security/shadow/pam.d/userdel | 2 +-
security/shadow/pam.d/usermod | 2 +-
8 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit 1cacf5cbe4a6705b2c10b0a5a8e616965e12323f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

shadow: fixing bug 13600, pam_unix_auth.so is replaced by pam_unix.so

diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 797de76..ebe63b0 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
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 43d0c3f..81b43cc 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,8 @@
+2007-03-08 Thomas Orgis <sobukus AT 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 AT 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 7ce2833..01fc32d 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 7ce2833..01fc32d 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 66c7a4c..30ab18b 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 1fb5a90..6a4befa 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 2293929..f3d4a78 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 49de399..d6f6e10 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



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1cacf5cbe4a6705b2c10b0a5a8e616965e12323f), Thomas Orgis, 03/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page