ldap.conf.tmpl 367 B

123456789101112131415161718192021
  1. #
  2. # LDAP Defaults
  3. #
  4. # See ldap.conf(5) for details
  5. # This file should be world readable but not world writable.
  6. URI {{ server_uri }}
  7. BASE {{ base_dn }}
  8. {% if bind_dn and bind_pw %}
  9. BINDDN {{ bind_dn }}
  10. BINDPW {{ bind_pw }}
  11. {% endif %}
  12. #SIZELIMIT 12
  13. #TIMELIMIT 15
  14. #DEREF never
  15. # TLS certificates (needed for GnuTLS)
  16. TLS_CACERT /etc/ssl/certs/ca-certificates.crt