nextcloud/apps/user_ldap
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 +00:00
..
ajax fix(user_ldap): Fix configuration creation and copy 2025-10-02 13:08:01 +00:00
appinfo feat(user_ldap): Add command test-user-settings to test LDAP user settings 2025-01-30 11:55:43 +01:00
composer feat(user_ldap): Improve error detail when saving an incorrect configuration 2025-02-25 22:18:18 +01:00
css chore: adjust stylesheets to new codestyle 2025-05-31 16:02:40 +02:00
img style(icon): Replace filled with outline variant 2025-08-29 16:22:23 +02:00
js fix: Adjust more places for logical position 2024-08-29 08:32:48 +00:00
l10n fix(l10n): Update translations from Transifex 2025-10-14 00:12:30 +00:00
lib fix(LDAP): properly disable are require TLS certificate verification 2025-10-14 07:42:25 +00:00
templates chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +01:00
tests fix: remove executable flag from source files 2025-09-05 01:20:07 +02:00
openapi.json chore(deps): Update nextcloud/openapi-extractor to v1.8.3 2025-09-01 16:04:54 +02:00
openapi.json.license chore: Add SPDX header 2024-05-30 15:49:33 +02:00