ldap: Add a warning when using restart with the ldapsearch method.
[matthijs/upstream/backupninja-vserver.git] / examples / example.ldap
index adc1fcd039affb78a9f13db3a4ff372d8e165f0b..66a0aa35cb0ace894cf1fadba893a946a77fa85a 100644 (file)
 ## 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
+#
+# vsnames (no default): What vservers to run in (only used if vservers are
+# enabled in /etc/backupninja.conf). If this is left empty, run in the host.
+# vsnames = all | <vserver1> <vserver2>