Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0a5a6b74ff8a67ee362790f765332c3a91c6446d)
  • Date: Fri, 22 Aug 2008 05:12:00 -0500

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

security/shadow/HISTORY | 4 ++++
security/shadow/TRIGGERS | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 0a5a6b74ff8a67ee362790f765332c3a91c6446d
Author: Karsten Behrmann <karsten AT carrock.bearperson.de>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

update history too

commit 89276e05f27d8ae58a0a071158ede9c3f5f94007
Author: Karsten Behrmann <BearPerson AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

Smartify shadow's trigger so that you get a chance to actually
configure shadow to build _without_ linux-pam on dispel of linux-pam

diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index a175a17..5e7f833 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2008-08-22 Karsten Behrmann <BearPerson AT gmx.net>
+ * TRIGGERS: smartify on_dispel linux-pam trigger so shadow won't
+ automatically recast with linux-pam still turned on
+
2008-06-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.1.2.1

diff --git a/security/shadow/TRIGGERS b/security/shadow/TRIGGERS
index 59eafc6..965586c 100755
--- a/security/shadow/TRIGGERS
+++ b/security/shadow/TRIGGERS
@@ -1,2 +1,2 @@
on_cast linux-pam cast_self
-on_dispel linux-pam cast_self
+on_dispel linux-pam "run_script echo recasting shadow with -r, so you can
turn off linux-pam... ; cast -r shadow"



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0a5a6b74ff8a67ee362790f765332c3a91c6446d), Thomas Orgis, 08/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page