fix: LDAP_SERVER_URL in ce

This commit is contained in:
Jizhou Deng 2025-11-10 10:35:58 +08:00
parent 6c3ccdb289
commit d66bc3fe91

View File

@ -112,5 +112,5 @@ LDAP_FILTER = 'memberOf={output of dsquery command}'
If your LDAP service supports TLS connections, you can configure `LDAP_SERVER_URL` as the access address of the ldaps protocol to use TLS to connect to the LDAP service, for example:
```python
LDAP_SERVER_URL = 'ldaps://192.168.0.1:636/'
LDAP_SERVER_URL = 'ldaps://192.168.0.1:636'
```