[25627] in Source-Commits
/svn/athena r25133 - in trunk/debathena/config: alpine-config/debian ldap-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Jun 14 09:38:35 2011
Date: Tue, 14 Jun 2011 09:38:29 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201106141338.p5EDcT6J027497@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-06-14 09:38:28 -0400 (Tue, 14 Jun 2011)
New Revision: 25133
Modified:
trunk/debathena/config/alpine-config/debian/changelog
trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
trunk/debathena/config/ldap-config/debian/changelog
trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena
Log:
In alpine-config:
* Use ldap-too.mit.edu, not ldap.mit.edu (Trac: #392)
In ldap-config:
* Use ldap-too, not ldap (Trac: #392)
Modified: trunk/debathena/config/alpine-config/debian/changelog
===================================================================
--- trunk/debathena/config/alpine-config/debian/changelog 2011-06-13 19:24:13 UTC (rev 25132)
+++ trunk/debathena/config/alpine-config/debian/changelog 2011-06-14 13:38:28 UTC (rev 25133)
@@ -1,3 +1,9 @@
+debathena-alpine-config (1.17) unstable; urgency=low
+
+ * Use ldap-too.mit.edu, not ldap.mit.edu (Trac: #392)
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 20 Apr 2011 17:40:57 -0400
+
debathena-alpine-config (1.16) unstable; urgency=low
* Configure alpine to use the MIT LDAP server (Trac: #774).
Modified: trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
===================================================================
--- trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena 2011-06-13 19:24:13 UTC (rev 25132)
+++ trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena 2011-06-14 13:38:28 UTC (rev 25133)
@@ -15,4 +15,4 @@
s%^(rsh-open-timeout=).*$%${1}0%m or die;
s%^(ssh-open-timeout=).*$%${1}0%m or die;
s%^(new-version-threshold=).*$%\% (Athena hack: 'z' should be lexically greater than any pine version.)\n${1}z%m or die;
-s%^(ldap-servers=).*$%${1}ldap.mit.edu:389 "/base=dc=mit,dc=edu"%m or die;
+s%^(ldap-servers=).*$%${1}ldap-too.mit.edu:389 "/base=dc=mit,dc=edu"%m or die;
Modified: trunk/debathena/config/ldap-config/debian/changelog
===================================================================
--- trunk/debathena/config/ldap-config/debian/changelog 2011-06-13 19:24:13 UTC (rev 25132)
+++ trunk/debathena/config/ldap-config/debian/changelog 2011-06-14 13:38:28 UTC (rev 25133)
@@ -1,3 +1,9 @@
+debathena-ldap-config (1.7) unstable; urgency=low
+
+ * Use ldap-too, not ldap (Trac: #392)
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 20 Apr 2011 17:41:23 -0400
+
debathena-ldap-config (1.6) unstable; urgency=low
* Fix location of the MIT CA certificate, which moved in
Modified: trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena
===================================================================
--- trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena 2011-06-13 19:24:13 UTC (rev 25132)
+++ trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena 2011-06-14 13:38:28 UTC (rev 25133)
@@ -1,3 +1,3 @@
#!/usr/bin/perl -0p
s/^#BASE.*$/BASE\tdc=mit, dc=edu/m or die;
-s/^#URI.*$/URI\tldap:\/\/ldap.mit.edu\nTLS_CACERT\t\/usr\/share\/ca-certificates\/mit.edu\/mitCA.crt/m or die;
+s/^#URI.*$/URI\tldap:\/\/ldap-too.mit.edu\nTLS_CACERT\t\/usr\/share\/ca-certificates\/mit.edu\/mitCA.crt/m or die;