Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bace6e180079baf45e9223ffa566e1755975863a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bace6e180079baf45e9223ffa566e1755975863a)
  • Date: Wed, 25 Mar 2009 08:23:46 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

security/shadow/DETAILS | 2 +-
security/shadow/HISTORY | 4 ++++
security/shadow/pam.d/chage | 8 ++++++++
3 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit bace6e180079baf45e9223ffa566e1755975863a
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

shadow: pam.d/chage added, #15140

diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 24f8f31..2b8a176 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$SOURCE
WEB_SITE=http://pkg-shadow.alioth.debian.org/
ENTERED=20050303
- PATCHLEVEL=0
+ PATCHLEVEL=1
SECURITY_PATCH=4
KEYWORDS="security password"
SHORT="Shadow password file utilities"
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 00af796..e91daf1 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2009-03-25 Ladislav Hagara <hgr AT vabo.cz>
+ * pam.d/chage: added, #15140
+ * DETAILS: PATCHLEVEL=1
+
2009-01-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.1.2.2, SECURITY_PATCH=4, #15052

diff --git a/security/shadow/pam.d/chage b/security/shadow/pam.d/chage
new file mode 100755
index 0000000..c5a132a
--- /dev/null
+++ b/security/shadow/pam.d/chage
@@ -0,0 +1,8 @@
+#
+# The PAM configuration file for the 'chage' service
+#
+auth sufficient pam_rootok.so
+auth required pam_unix.so
+account required pam_unix.so
+session required pam_unix.so
+password required pam_permit.so



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bace6e180079baf45e9223ffa566e1755975863a), Ladislav Hagara, 03/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page