X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=examples%2Fexample.ldap;h=66a0aa35cb0ace894cf1fadba893a946a77fa85a;hb=02d453979b6d78bb1e6a27bfb731133611132371;hp=adc1fcd039affb78a9f13db3a4ff372d8e165f0b;hpb=98dc1d24076d448efec6e78ebfc0af342cfb3f0a;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/examples/example.ldap b/examples/example.ldap index adc1fcd..66a0aa3 100644 --- a/examples/example.ldap +++ b/examples/example.ldap @@ -43,3 +43,13 @@ ## 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 |