[23875] in Source-Commits
/svn/athena r23485 - in trunk/debathena/config/linerva-pam-config: debian files/etc/pam.d
daemon@ATHENA.MIT.EDU (Evan Broder)
Sat Feb 28 17:34:53 2009
Date: Sat, 28 Feb 2009 17:34:02 -0500
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200902282234.n1SMY2Jw024558@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-02-28 17:34:01 -0500 (Sat, 28 Feb 2009)
New Revision: 23485
Modified:
trunk/debathena/config/linerva-pam-config/debian/changelog
trunk/debathena/config/linerva-pam-config/files/etc/pam.d/common-auth.debathena.debathena
Log:
In linerva-pam-config:
* Change common-password to allow root to change its password.
Modified: trunk/debathena/config/linerva-pam-config/debian/changelog
===================================================================
--- trunk/debathena/config/linerva-pam-config/debian/changelog 2009-02-28 22:03:06 UTC (rev 23484)
+++ trunk/debathena/config/linerva-pam-config/debian/changelog 2009-02-28 22:34:01 UTC (rev 23485)
@@ -1,3 +1,9 @@
+debathena-linerva-pam-config (1.5) unstable; urgency=low
+
+ * Change common-password to allow root to change its password.
+
+ -- Evan Broder <broder@mit.edu> Sat, 28 Feb 2009 17:33:48 -0500
+
debathena-linerva-pam-config (1.4) unstable; urgency=low
* Include change to common-auth to allow logging in as root even if the
Modified: trunk/debathena/config/linerva-pam-config/files/etc/pam.d/common-auth.debathena.debathena
===================================================================
--- trunk/debathena/config/linerva-pam-config/files/etc/pam.d/common-auth.debathena.debathena 2009-02-28 22:03:06 UTC (rev 23484)
+++ trunk/debathena/config/linerva-pam-config/files/etc/pam.d/common-auth.debathena.debathena 2009-02-28 22:34:01 UTC (rev 23485)
@@ -1,6 +1,6 @@
-#auth sufficient pam_unix.so nullok_secure debug
-#auth required pam_krb5.so forwardable use_first_pass debug
-auth [default=1 success=ignore] pam_succeed_if.so uid eq 0
-auth sufficient pam_unix.so nullok_secure
-auth [default=1 success=ignore] pam_succeed_if.so uid > 0
-auth required pam_krb5.so forwardable
+#password sufficient pam_unix.so nullok_secure md5 debug
+#password required pam_krb5.so use_first_pass use_authtok debug
+password [default=1 success=ignore] pam_succeed_if.so uid eq 0
+password sufficient pam_unix.so nullok_secure md5 debug
+password [default=1 success=ignore] pam_succeed_if.so uid > 0
+password required pam_krb5.so