[24305] in Source-Commits
/svn/athena r23903 - trunk/debathena/config/ssh-server-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Jun 28 19:12:40 2009
Date: Sun, 28 Jun 2009 19:11:18 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200906282311.n5SNBItx016179@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-06-28 19:11:17 -0400 (Sun, 28 Jun 2009)
New Revision: 23903
Modified:
trunk/debathena/config/ssh-server-config/debian/changelog
trunk/debathena/config/ssh-server-config/debian/rules
Log:
In ssh-server-config:
* Disable GSSAPIStrictAcceptorCheck. (Trac: #297)
Modified: trunk/debathena/config/ssh-server-config/debian/changelog
===================================================================
--- trunk/debathena/config/ssh-server-config/debian/changelog 2009-06-28 23:05:19 UTC (rev 23902)
+++ trunk/debathena/config/ssh-server-config/debian/changelog 2009-06-28 23:11:17 UTC (rev 23903)
@@ -1,3 +1,9 @@
+debathena-ssh-server-config (1.5) unstable; urgency=low
+
+ * Disable GSSAPIStrictAcceptorCheck. (Trac: #297)
+
+ -- Evan Broder <broder@mit.edu> Sun, 28 Jun 2009 19:10:53 -0400
+
debathena-ssh-server-config (1.4) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
Modified: trunk/debathena/config/ssh-server-config/debian/rules
===================================================================
--- trunk/debathena/config/ssh-server-config/debian/rules 2009-06-28 23:05:19 UTC (rev 23902)
+++ trunk/debathena/config/ssh-server-config/debian/rules 2009-06-28 23:11:17 UTC (rev 23903)
@@ -25,7 +25,7 @@
debian/sshd_config.debathena: debian/sshd_config.debathena-orig
perl -0pe ' \
- s/^#?GSSAPIAuthentication .*$$/GSSAPIAuthentication yes\nGSSAPIKeyExchange yes/m and \
+ s/^#?GSSAPIAuthentication .*$$/GSSAPIAuthentication yes\nGSSAPIKeyExchange yes\nGSSAPIStrictAcceptorCheck no/m and \
s/^#?GSSAPICleanupCredentials .*$$/GSSAPICleanupCredentials yes/m and \
s/^#?ChallengeResponseAuthentication .*$$/ChallengeResponseAuthentication yes/m and \
s/^#?UsePrivilegeSeparation .*$$/UsePrivilegeSeparation $(PRIVSEP)/m and \