Merge pull request #300 from showier-drastic/fix-ldap-attr
Some checks failed
Deploy CI / deploy (push) Has been cancelled

Fix attr name in LDAP description
This commit is contained in:
Daniel Pan 2024-06-05 11:32:02 +08:00 committed by GitHub
commit 0d6338edbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.