mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
fix: LDAP_SERVER_URL in ce
This commit is contained in:
parent
6c3ccdb289
commit
d66bc3fe91
|
|
@ -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'
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue