[26854] in Source-Commits
Re: /svn/athena r25793 - trunk/debathena/scripts/build-server
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Nov 1 11:29:01 2012
Date: Thu, 1 Nov 2012 11:28:51 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201210311610.q9VGA9LE022415@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1211011128090.2164@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Wed, 31 Oct 2012, Jonathan D Reed wrote:
> 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.
nasic?
Everything else looks fine...
-Ben
> ++session required pam_unix.so
> +
> + # Sets up user limits, please uncomment and read /etc/security/limits.conf
> + # to enable this functionality.
>
>