[26851] in Source-Commits
/svn/athena r25793 - trunk/debathena/scripts/build-server
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Oct 31 12:10:16 2012
Date: Wed, 31 Oct 2012 12:10:09 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201210311610.q9VGA9LE022415@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-10-31 12:10:09 -0400 (Wed, 31 Oct 2012)
New Revision: 25793
Added:
trunk/debathena/scripts/build-server/pam-schroot.patch
Log:
Actually, we do need a patch to take out common-session.
The old patch was generated with the files switched.
Added: trunk/debathena/scripts/build-server/pam-schroot.patch
===================================================================
--- trunk/debathena/scripts/build-server/pam-schroot.patch (rev 0)
+++ trunk/debathena/scripts/build-server/pam-schroot.patch 2012-10-31 16:10:09 UTC (rev 25793)
@@ -0,0 +1,15 @@
+--- schroot.orig 2012-02-13 18:05:53.000000000 -0500
++++ schroot 2012-10-31 11:52:21.570979794 -0400
+@@ -28,7 +28,11 @@
+ # /etc/shadow entries.
+ @include common-auth
+ @include common-account
+-@include common-session
++#@include common-session
++
++# DEBATHENA: We don't want common-session running (because of AFS PAGs).
++# Instead, we want a nasic pam_unix session module in place of common-session.
++session required pam_unix.so
+
+ # Sets up user limits, please uncomment and read /etc/security/limits.conf
+ # to enable this functionality.