Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
439 B

  1. #
  2. # LDAP Defaults
  3. #
  4. # See ldap.conf(5) for details
  5. # This file should be world readable but not world writable.
  6. #BASE dc=example,dc=com
  7. #URI ldap://ldap.example.com ldap://ldap-master.example.com:666
  8. #SIZELIMIT 12
  9. #TIMELIMIT 15
  10. #DEREF never
  11. # TLS certificates (needed for GnuTLS)
  12. TLS_CACERT /etc/ldap/root_ca.crt
  13. #TLS_CERT /etc/ldap/ldap.crt
  14. #TLS_KEY /etc/ldap/ldap.key
  15. # TLSv1.3 Only
  16. TLS_CIPHER_SUITE SECURE:-VERS-ALL:+VERS-TLS1.3