[debian-edu-commits] debian-edu/pkg-team/ 02/05: debian/default: Use LDAP_URI="" as default URI (thus disable ldap2zone). Also point out the importance of using the (new) RUN_DEPLOY variable.

Mike Gabriel sunweaver at debian.org
Mon Feb 15 14:11:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository ldap2zone.

commit b266301a5d5e7ef607628ee9d5475727cd8cb01b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Feb 15 14:39:18 2016 +0100

    debian/default: Use LDAP_URI="" as default URI (thus disable ldap2zone). Also point out the importance of using the (new) RUN_DEPLOY variable.
---
 debian/default | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/default b/debian/default
index 4768c00..e06ffe0 100644
--- a/debian/default
+++ b/debian/default
@@ -1,12 +1,14 @@
 # Configuration file for automatic deployment of ldap2zone generated zones to bind
 
-# Should we run the cronjob
+# Should we run the cronjob, make sure to set to something other than "false" for enabling ldap2bind.
 # DEFAULT: "false"
 RUN_DEPLOY="false"
 
 # How the LDAP server can be accessed
+# If empty, nothing ldap2bind won't do anything...
 # DEFAULT: "ldap://localhost"
 #LDAP_URI="ldap://localhost"
+LDAP_URI=""
 
 # Where the bind config is stored
 # DEFAULT: "/etc/bind"
@@ -36,4 +38,3 @@ PREFIX="db."
 # Allow notify to slaves (semicolon separated and ended)
 # DEFAULT: Dont allow notify
 #ALLOW_NOTIFY="notify yes;"
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/ldap2zone.git



More information about the debian-edu-commits mailing list