diff options
author | Micah Anderson <micah@riseup.net> | 2006-10-06 20:00:52 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-10-06 20:00:52 +0000 |
commit | 947309699dfca7a5db6d8148d46627d502a98d42 (patch) | |
tree | 3b0fcd66a4a7ee3cc6884bec86f709e098e63727 /examples | |
parent | 911ae7d54809babedc3a8f324b3974acbc4c12fb (diff) | |
download | backupninja-947309699dfca7a5db6d8148d46627d502a98d42.tar.gz backupninja-947309699dfca7a5db6d8148d46627d502a98d42.tar.bz2 |
added ldaphost and tls variable as requested by stefani
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.ldap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/example.ldap b/examples/example.ldap index adc1fcd..ee7c57d 100644 --- a/examples/example.ldap +++ b/examples/example.ldap @@ -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 |