[debian-edu-commits] r81946 - in branches/wheezy/debian-edu-config: debian etc/smbldap-tools
sunweaver at alioth.debian.org
sunweaver at alioth.debian.org
Tue Aug 6 10:28:49 UTC 2013
Author: sunweaver
Date: 2013-08-06 10:28:49 +0000 (Tue, 06 Aug 2013)
New Revision: 81946
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/etc/smbldap-tools/smbldap.conf
Log:
Explicitly set LDAP server hostname in D-E's
smbldap-tools/smbldap.conf.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-06 10:19:49 UTC (rev 81945)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-06 10:28:49 UTC (rev 81946)
@@ -1,7 +1,7 @@
debian-edu-config (1.712) UNRELEASED; urgency=low
- * Explicitly set LDAP server hostname and port in
- D-E's smbldap-tools/smbldap.conf.
+ * Explicitly set LDAP server hostname in D-E's
+ smbldap-tools/smbldap.conf.
-- Mike Gabriel <sunweaver at debian.org> Tue, 06 Aug 2013 12:05:10 +0200
Modified: branches/wheezy/debian-edu-config/etc/smbldap-tools/smbldap.conf
===================================================================
--- branches/wheezy/debian-edu-config/etc/smbldap-tools/smbldap.conf 2013-08-06 10:19:49 UTC (rev 81945)
+++ branches/wheezy/debian-edu-config/etc/smbldap-tools/smbldap.conf 2013-08-06 10:28:49 UTC (rev 81946)
@@ -72,7 +72,7 @@
# Slave LDAP port
# If not defined, parameter is set to "389"
-slavePort="389"
+#slavePort="389"
# Master LDAP server: needed for write operations
# Ex: masterLDAP=127.0.0.1
@@ -81,7 +81,7 @@
# Master LDAP port
# If not defined, parameter is set to "389"
-masterPort="389"
+#masterPort="389"
# Use TLS for LDAP
# If set to 1, this option will use start_tls for connection
More information about the debian-edu-commits
mailing list