mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
Merge pull request #300 from showier-drastic/fix-ldap-attr
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Fix attr name in LDAP description
This commit is contained in:
commit
0d6338edbd
|
|
@ -53,8 +53,8 @@ Meaning of some options:
|
|||
* **LDAP_CONTACT_EMAIL_ATTR:** LDAP user's contact_email attribute
|
||||
* **LDAP_USER_ROLE_ATTR:** LDAP user's role attribute
|
||||
|
||||
* **LDAP_FIRST_NAME_ATTR**: Attribute for user's first name. It's "givenName" by default.
|
||||
* **LDAP_LAST_NAME_ATTR**: Attribute for user's last name. It's "sn" by default.
|
||||
* **LDAP_USER_FIRST_NAME_ATTR**: Attribute for user's first name. It's "givenName" by default.
|
||||
* **LDAP_USER_LAST_NAME_ATTR**: Attribute for user's last name. It's "sn" by default.
|
||||
* **LDAP_USER_NAME_REVERSE**: In some languages, such as Chinese, the display order of the first and last name is reversed. Set this option if you need it.
|
||||
* **LDAP_FILTER:** Additioinal filter conditions. Users who meet the filter conditions can log in , otherwise they cannot log in.
|
||||
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ Meaning of some options:
|
|||
* **LDAP_CONTACT_EMAIL_ATTR:** LDAP user's contact_email attribute. It will be stored as a user's contact email in Seafile.
|
||||
* **LDAP_USER_ROLE_ATTR:** LDAP user's role attribute
|
||||
|
||||
* **LDAP_FIRST_NAME_ATTR**: Attribute for user's first name. It's "givenName" by default.
|
||||
* **LDAP_LAST_NAME_ATTR**: Attribute for user's last name. It's "sn" by default.
|
||||
* **LDAP_USER_FIRST_NAME_ATTR**: Attribute for user's first name. It's "givenName" by default.
|
||||
* **LDAP_USER_LAST_NAME_ATTR**: Attribute for user's last name. It's "sn" by default.
|
||||
* **LDAP_USER_NAME_REVERSE**: In some languages, such as Chinese, the display order of the first and last name is reversed. Set this option if you need it.
|
||||
* **LDAP_FILTER:** Additioinal filter conditions. Users who meet the filter conditions can log in , otherwise they cannot log in.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue