saslauthd.conf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # white space separated list of LDAP servers
  2. ldap_servers: ldap://127.0.0.1
  3. # authentication for restricted LDAP servers
  4. #ldap_bind_dn: cn=operator,ou=Profile,o=foo.com
  5. #ldap_bind_pw: secret
  6. # LDAP version to use (2|3)
  7. #ldap_version 3
  8. # LDAP timeout
  9. #ldap_timeout 5
  10. # LDAP aliases (search|find|always|never)
  11. ldap_deref: never
  12. # follow LDAP referrals ?
  13. ldap_referrals: no
  14. # restart LDAP I/O operations that fail ?
  15. ldap_restart: yes
  16. ## deprecated client side caching, ignored
  17. ##ldap_cache_ttl
  18. ##ldap_cache_mem
  19. # search scope (sub|one|base)
  20. #ldap_scope: sub
  21. # starting point for a search
  22. #ldap_search_base:
  23. # authenticate against LDAP (bind|custom|fastbind)
  24. ldap_auth_method: bind
  25. # Filter LDAP records, %u = username, %r = realm
  26. # if ldap_auth_method is 'bind' the filter searches for the DN
  27. # otherwise the filter searches for the userPassword attribute
  28. #ldap_filter: uid=%u
  29. # debugging LDAP operation
  30. #ldap_debug 0
  31. # require and verify server certificate
  32. #ldap_tls_check_peer: no
  33. #ldap_tls_cacert_file:
  34. #ldap_tls_cacert_dir:
  35. # list of SSL/TLS ciphers to allow
  36. #ldap_tls_ciphers: DEFAULT
  37. # files containing client certificate and key
  38. #ldap_tls_cert:
  39. #ldap_tls_key: