[debian-edu-commits] r78751 - branches/wheezy/debian-edu-config/cf

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Tue Jan 15 16:27:23 UTC 2013


Author: schweer-guest
Date: 2013-01-15 16:27:22 +0000 (Tue, 15 Jan 2013)
New Revision: 78751

Modified:
   branches/wheezy/debian-edu-config/cf/cf.bind
Log:
configure ldap2zone to work within wheezy; please check


Modified: branches/wheezy/debian-edu-config/cf/cf.bind
===================================================================
--- branches/wheezy/debian-edu-config/cf/cf.bind	2013-01-15 14:01:01 UTC (rev 78750)
+++ branches/wheezy/debian-edu-config/cf/cf.bind	2013-01-15 16:27:22 UTC (rev 78751)
@@ -12,6 +12,13 @@
     { /etc/bind/named.conf.local
         AppendIfNoSuchLine 'include "/etc/bind/named.conf.ldap2zone";'
     }
+    # Configure ldap2zone for Debian Edu:
+    { /etc/default/ldap2zone
+        BeginGroupIfNoSuchLine 'BIND_DATA="/etc/bind"
+          HashCommentLinesStarting 'BIND_DATA='
+          InsertLine 'BIND_DATA="/etc/bind"'
+        EndGroup
+    }
     # Disable IPv6 (to silence IPv6 lookup failure messages): 
     { /etc/default/bind9
         BeginGroupIfNoSuchLine 'OPTIONS="-4 -u bind"'




More information about the debian-edu-commits mailing list