mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update ldap_in_11.0.md
This commit is contained in:
parent
14becebef2
commit
7635c16e14
|
|
@ -430,7 +430,7 @@ If you sync users from LDAP to Seafile, when the user login via SSO (ADFS or OAu
|
|||
SSO_LDAP_USE_SAME_UID = True
|
||||
```
|
||||
|
||||
Note, here the UID means the unique user ID, in LDAP it is the attribute you use for `LDAP_LOGIN_ATTR`, in ADFS it is `uid` attribute. You need make sure you use the same attribute for the two settings.
|
||||
Note, here the UID means the unique user ID, in LDAP it is the attribute you use for `LDAP_LOGIN_ATTR` (not `LDAP_UID_ATTR`), in ADFS it is `uid` attribute. You need make sure you use the same attribute for the two settings.
|
||||
|
||||
## Importing Roles from LDAP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue