nextcloud-server/build/integration
Arthur Schiwon 6ba452b426 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-14 07:42:25 +07:00
..
capabilities_features
collaboration_features fix: make sure default contact exists by default 2025-09-17 10:01:19 +07:00
comments_features
config
data
dav_features
features fix(contacts): Do not expose SAB in `/contactsmenu` 2025-10-11 11:12:51 +07:00
federation_features
file_conversions
files_features feat(encryption): Add integration tests for occ commands 2025-09-11 21:18:37 +07:00
filesdrop_features
ldap_features fix(LDAP): properly disable are require TLS certificate verification 2025-10-14 07:42:25 +07:00
openldap_features
openldap_numerical_features
ratelimiting_features
remoteapi_features
routing_features
setup_features
sharees_features
sharing_features fix(dav): ensure moving or copying a file is possible 2025-09-02 16:23:47 +07:00
theming_features
videoverification_features
.gitignore
composer.json
composer.lock build(deps-dev): bump phpunit/phpunit in /build/integration 2025-09-27 13:20:44 +07:00
run-docker.sh
run.sh