fix(LDAP): properly disable are require TLS certificate verification
- the old approach lead connection issues, as ldap_set_option was called too late. Specifically it needs to be called before ldap_connect and set globally! - The old approach also connected it to the ldapTLS configuration, which has a misleading naming. It indicates StartTLS usage only, not plain TLS connections. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>pull/55661/head
parent
48c2dd6279
commit
fbd29bcf7f
Loading…
Reference in New Issue