ldap.cfg 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ##############################################################
  2. # LDAP DIRECTORY USER PLUGIN SETTINGS
  3. #
  4. # Select implementation.
  5. # If you have any reason to override settings from /usr/share/kopano/*.cfg,
  6. # do so at the end of this (/etc-resident) config file.
  7. #
  8. !include /usr/share/kopano/ldap.openldap.cfg
  9. #!include /usr/share/kopano/ldap.active-directory.cfg
  10. # LDAP host name/IP address
  11. ldap_host = localhost
  12. # LDAP port
  13. # Optional, default = 389
  14. # Use 636 for ldaps
  15. #ldap_port = 389
  16. # LDAP protocol
  17. # Optional, default = ldap
  18. # use 'ldaps' for Implicit SSL encryption. Make sure /etc/ldap/ldap.conf is
  19. # configured correctly with TLS_CACERT
  20. #ldap_protocol = ldap
  21. # LDAP URI
  22. # Optional, override ldap_host, ldap_port and ldap_protocol if set
  23. # e.g. ldaps://servername:port. You may also specify multiple space-separated
  24. # URIs
  25. #ldap_uri =
  26. # The charset that strings are stored in on the LDAP server. Normally this
  27. # is utf-8, but this can differ according to your setup. The charset specified
  28. # here must be supported by your iconv(1) setup. See iconv -l for all charset
  29. #ldap_server_charset = utf-8
  30. # The DN of the user to bind as for normal operations (not used for
  31. # authentication if ldap_authentication_method is set to "bind".
  32. # When empty, uses anonymous binding.
  33. # The userPassword attribute must be readable for this user if the
  34. # ldap_authentication_method option is set to password.
  35. ldap_bind_user =
  36. # LDAP bind password
  37. ldap_bind_passwd =
  38. # The timeout for network operations in seconds
  39. #ldap_network_timeout = 30
  40. # ldap_page_size limits the number of results from a query that will be downloaded at a time.
  41. # Default ADS MaxPageSize is 1000.
  42. #ldap_page_size = 1000
  43. ##########
  44. # Object settings
  45. # Top level search base, every object should be available under this tree
  46. ldap_search_base =
  47. # Use custom defined LDAP property mappings
  48. # This is not a requirement for most environments but allows custom mappings of
  49. # special LDAP properties to custom MAPI attributes
  50. #!propmap /etc/kopano/ldap.propmap.cfg