Merge pull request #542 from fizyr-forks/self-signed-cert

Add documentation about LDAP_VALIDATE_CERT.
This commit is contained in:
Tim Jaeryang Baek 2025-05-14 23:13:14 +04:00 committed by GitHub
commit 263b6f0f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2723,6 +2723,12 @@ See https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-o
- Description: Sets the path to the LDAP CA certificate file.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `LDAP_VALIDATE_CERT`
- Type: `bool`
- Description: Sets whether to validate the LDAP CA certificate.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `LDAP_CIPHERS`
- Type: `str`