fix: LDAP_SERVER_URL in pro

This commit is contained in:
Jizhou Deng 2025-11-10 11:00:06 +08:00
parent d66bc3fe91
commit fa5bf74fde

View File

@ -330,7 +330,7 @@ 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: 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 ```python
LDAP_SERVER_URL = 'ldaps://192.168.0.1:636/' LDAP_SERVER_URL = 'ldaps://192.168.0.1:636'
``` ```
### Use paged results extension ### Use paged results extension