Commit 0da4fe05 authored by Michal Čihař's avatar Michal Čihař

Document why first_name is mapped to name

Issue #812

[CI skip]
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e22bd44a
......@@ -163,6 +163,7 @@ Once you have the package installed, you can hook it to Django authentication:
# AUTH_LDAP_USER_DN_TEMPLATE = 'ou=users,dc=example,dc=com'
# List of attributes to import from LDAP on login
# Weblate stores full user name in the first_name attribute
AUTH_LDAP_USER_ATTR_MAP = {
'first_name': 'name',
'email': 'mail',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment