added multi-domain and s6
This commit is contained in:
36
etc-baloghs/kopano/ldap.cfg
Normal file
36
etc-baloghs/kopano/ldap.cfg
Normal file
@@ -0,0 +1,36 @@
|
||||
# See the kopano-ldap.cfg(5) manpage for details and more directives
|
||||
|
||||
# Select implementation.
|
||||
# If you have any reason to override settings from /usr/share/kopano/*.cfg,
|
||||
# do so at the end of this (/etc-resident) config file.
|
||||
#
|
||||
!include /usr/share/kopano/ldap.openldap.cfg
|
||||
#!include /usr/share/kopano/ldap.active-directory.cfg
|
||||
|
||||
# List of URIs of LDAP servers to use. Make sure that etc/ldap/ldap.conf is
|
||||
# /configured correctly with TLS_CACERT when using "ldaps".
|
||||
ldap_uri =
|
||||
#ldap_starttls = no
|
||||
|
||||
# The DN of the user to bind as for normal operations.
|
||||
# When empty, uses anonymous binding.
|
||||
ldap_bind_user =
|
||||
ldap_bind_passwd =
|
||||
|
||||
# Top level search base, every object should be available under this tree
|
||||
ldap_search_base =
|
||||
|
||||
# The timeout for network operations in seconds
|
||||
#ldap_network_timeout = 30
|
||||
|
||||
# ldap_page_size limits the number of results from a query that will be downloaded at a time.
|
||||
# Default ADS MaxPageSize is 1000.
|
||||
#ldap_page_size = 1000
|
||||
|
||||
#ldap_membership_cache_size = 256k
|
||||
#ldap_membership_cache_lifetime = 5
|
||||
|
||||
# Use custom defined LDAP property mappings
|
||||
# This is not a requirement for most environments but allows custom mappings of
|
||||
# special LDAP properties to custom MAPI attributes
|
||||
#!propmap /etc/kopano/ldap.propmap.cfg
|
||||
Reference in New Issue
Block a user