# this is the ldapdns configuration file # # this will be the address put in the SOA HOSTMASTER="root@localhost" # enable syslog support LOG="syslog" # this must be set to whatever the LDAP server is (ips only) LDAP_HOST="" # this must be set: this is where ldapdns will chroot to ROOT="/var/lib/ldapdns" # if this is set to "sasl" then OpenLDAP's SASL engine will be used # if it is set to "simple" you must also fill in /var/lib/ldapdns/password LDAP_AUTH="anonymous" # this is whatever to authenticate as LDAP_AUTH_NAME="" # this is your LDAP suffix LDAP_SUFFIX="" # these tune performance HANDLERS="128" THREADS="16"