[24167] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23768 - trunk/debathena/config/ldap-config/debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Fri May 1 01:26:54 2009

Date: Fri, 1 May 2009 01:26:43 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200905010526.n415QhKv029613@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2009-05-01 01:26:42 -0400 (Fri, 01 May 2009)
New Revision: 23768

Modified:
   trunk/debathena/config/ldap-config/debian/changelog
   trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena
Log:
In ldap-config:
  * Fix location of the MIT CA certificate, which moved in
    debathena-ssl-certificates 1.3.


Modified: trunk/debathena/config/ldap-config/debian/changelog
===================================================================
--- trunk/debathena/config/ldap-config/debian/changelog	2009-04-30 12:06:53 UTC (rev 23767)
+++ trunk/debathena/config/ldap-config/debian/changelog	2009-05-01 05:26:42 UTC (rev 23768)
@@ -1,3 +1,10 @@
+debathena-ldap-config (1.6) unstable; urgency=low
+
+  * Fix location of the MIT CA certificate, which moved in
+    debathena-ssl-certificates 1.3.
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Fri, 01 May 2009 01:23:21 -0400
+
 debathena-ldap-config (1.5) unstable; urgency=low
 
   * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.

Modified: trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena
===================================================================
--- trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena	2009-04-30 12:06:53 UTC (rev 23767)
+++ trunk/debathena/config/ldap-config/debian/transform_ldap.conf.debathena	2009-05-01 05:26:42 UTC (rev 23768)
@@ -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\/debathena-ssl-certificates\/mitCA.pem/m or die;
+s/^#URI.*$/URI\tldap:\/\/ldap.mit.edu\nTLS_CACERT\t\/usr\/share\/ca-certificates\/mit.edu\/mitCA.crt/m or die;


home help back first fref pref prev next nref lref last post