Displaying 2 results from an estimated 2 matches for "ldap6_cacert".
2019 May 15
2
Dovecot not connecting to OpenLDAP
...;master user", but the
# dn is still the logged in user. Normally you want to keep this empty.
#sasl_authz_id =
# Use TLS to connect to the LDAP server.
tls = yes
# TLS options, currently supported only with OpenLDAP:
#tls_ca_cert_file =/etc/ssl/certs/ldap.crt
tls_ca_cert_file =/etc/ssl/certs/ldap6_cacert.pem
#tls_ca_cert_dir =/etc/ssl/certs/
#tls_cipher_suite =
# TLS cert/key is used only if LDAP server requires a client certificate.
#tls_cert_file = /etc/ssl/certs/ldap01_slapd_cert.pem
#tls_key_file = /etc/ssl/private/ldap01_slapd_key.pem
# Valid values: never, hard, demand, allow, try
#tls_requir...
2019 May 16
0
Dovecot not connecting to OpenLDAP
...parated list of LDAP hosts to use. host:port is allowed too.
> hosts = 139.147.9.135
>
> # Use TLS to connect to the LDAP server.
> tls = yes
> # TLS options, currently supported only with OpenLDAP:
> #tls_ca_cert_file =/etc/ssl/certs/ldap.crt
> tls_ca_cert_file =/etc/ssl/certs/ldap6_cacert.pem
> # is still used, only the password field is ignored in it. Before doing any
> # search, the binding is switched back to the default DN.
> auth_bind = yes
>
> # For example:
> # auth_bind_userdn = cn=%u,ou=people,o=org
> #
> #auth_bind_userdn =
>
are you sure the...