# # LDAP Defaults # # See ldap.conf(5) for details # This file should be world readable but not world writable. URI {{ server_uri }} BASE {{ base_dn }} {% if bind_dn and bind_pw %} BINDDN {{ bind_dn }} BINDPW {{ bind_pw }} {% endif %} #SIZELIMIT 12 #TIMELIMIT 15 #DEREF never # TLS certificates (needed for GnuTLS) TLS_CACERT /etc/ssl/certs/ca-certificates.crt