nextcloud-server/.github
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
..
ISSUE_TEMPLATE fix(issues): Allow selecting 32 as Nextcloud version 2025-09-04 08:36:39 +07:00
workflows fix(LDAP): properly disable are require TLS certificate verification 2025-10-09 20:22:37 +07:00
CODEOWNERS chore(CODEOWNERS): include mjs and cjs for frontend 2025-10-06 21:11:03 +07:00
CONTRIBUTING.md Fix a typo (`a` -> `an` in front of `additional`) 2024-10-29 11:43:27 +07:00
FUNDING.yml chore: Add SPDX header 2024-05-13 17:41:36 +07:00
codeql-config.yml ci(codeql): convert codeql integration into a workflow 2025-08-01 09:54:06 +07:00
config.yml chore: Add SPDX header 2024-05-13 17:41:36 +07:00
dependabot.yml ci: Configure dependabot for stable32 2025-09-04 08:35:52 +07:00
pull_request_template.md fix(github): add labels and milestone to PR checklist 2025-09-20 10:40:01 +07:00
pull_request_template.md.license chore: Add SPDX header 2024-05-13 17:41:36 +07:00