On 01.02.21 04:44, Zapino wrote:
> In one conversation Marc mentioned, "USE_TLS triggers use of STARTTLS
> which will upgrade an unencrypted LDAP connection to an encrypted
> one." Then how make STARTTLS use "provided by AD admin certificate "
> with TLS ?
I don't think Windows supports STARTTLS for LDAP. Both
setenv LDAP_HOSTS = "ldaps://<ip>:636"
and
setenv LDAP_HOSTS = "ldaps://<ip>:3269"
should work.
The backend script doesn't verify the server cert so you likely won't
need the CA certificates provided by your admin.
Cheers,
Marc