source: npl/mailserver/kopano_conf/example-config/ldap.cfg @ 1163be4

gcc484perl-5.22
Last change on this file since 1163be4 was 1163be4, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

Migrated from Zarafa 7.2.4 to Kopano 8.6.6, including webapp

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