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