1# this is the ldapdns configuration file
2#
3
4# this will be the address put in the SOA
5HOSTMASTER="root@localhost"
6
7# enable syslog support
8LOG="syslog"
9
10# this must be set to whatever the LDAP server is (ips only)
11LDAP_HOST=""
12
13# this must be set: this is where ldapdns will chroot to
14ROOT="/var/lib/ldapdns"
15
16# if this is set to "sasl" then OpenLDAP's SASL engine will be used
17# if it is set to "simple" you must also fill in /var/lib/ldapdns/password
18LDAP_AUTH="anonymous"
19
20# this is whatever to authenticate as
21LDAP_AUTH_NAME=""
22
23# this is your LDAP suffix
24LDAP_SUFFIX=""
25
26# these tune performance
27HANDLERS="128"
28THREADS="16"
29
30