nextcloud-server/build/integration/ldap_features
Arthur Schiwon fbd29bcf7f
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>
2025-10-09 20:22:37 +07:00
..
ldap-ocs.feature chore: Add SPDX header 2024-06-06 22:53:41 +07:00
ldap-openldap.feature fix(LDAP): properly disable are require TLS certificate verification 2025-10-09 20:22:37 +07:00