nextcloud-server/apps/user_ldap/lib
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
..
AppInfo chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Command refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Controller Merge pull request #55431 from nextcloud/fix/ocscontroller-usage 2025-10-01 10:43:21 +07:00
DataCollector chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Db chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Events refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Exceptions chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Handler chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Jobs chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Mapping refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Migration chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Notification chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
PagedResults chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Service refactor: Replace __CLASS__ with ::class references 2024-09-15 21:40:55 +07:00
Settings refactor(user_ldap): Rewrite setup wizard 2025-09-30 22:49:43 +07:00
SetupChecks chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
User Merge pull request #53714 from Mark-PAS/master 2025-07-14 11:25:27 +07:00
Access.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
AccessFactory.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
BackendUtility.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Configuration.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
Connection.php fix(LDAP): properly disable are require TLS certificate verification 2025-10-09 20:22:37 +07:00
ConnectionFactory.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
GroupPluginManager.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Group_LDAP.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Group_Proxy.php fix(user_ldap): Remove redundant if check 2025-01-30 13:47:09 +07:00
Helper.php fix(ldap): Fix copying and creating LDAP configuration 2025-10-06 15:45:23 +07:00
IGroupLDAP.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ILDAPGroupPlugin.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ILDAPUserPlugin.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ILDAPWrapper.php fix(LDAP): properly disable are require TLS certificate verification 2025-10-09 20:22:37 +07:00
IUserLDAP.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
LDAP.php fix(user_ldap): Harmonize parameter obfuscation and serialization accross logging methods 2025-06-02 11:47:56 +07:00
LDAPProvider.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
LDAPProviderFactory.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
LDAPUtility.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
LoginListener.php refactor: Replace __CLASS__ with ::class references 2024-09-15 21:40:55 +07:00
Proxy.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
UserPluginManager.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
User_LDAP.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
User_Proxy.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Wizard.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
WizardResult.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00