added ldaphost and tls variable as requested by stefani
[matthijs/upstream/backupninja.git] / examples / example.ldap
index adc1fcd039affb78a9f13db3a4ff372d8e165f0b..ee7c57d42f438fe8764aea93daa1e4dfec0bbb85 100644 (file)
@@ -43,3 +43,9 @@
 ## to, not needed for slapcat
 # binddn =
 
+## ldaphost (no default): set this to your ldap host if it is not local
+# ldaphost =
+
+## tls (default yes): if set to 'yes' then TLS connection will be
+## attempted to your ldaphost by using the URI base ldaps: otherwise ldap: will be used
+# tls = yes
\ No newline at end of file