Add basic AUTH_LDAP_USER_ATTR_MAP
This commit is contained in:
parent
47b714101b
commit
00bc02541d
1 changed files with 5 additions and 0 deletions
|
@ -132,6 +132,11 @@ DATABASES = {
|
|||
}
|
||||
SECRET_KEY = config('SECRET_KEY')
|
||||
|
||||
AUTH_LDAP_USER_ATTR_MAP = {
|
||||
"first_name": "givenName",
|
||||
"last_name": "sn",
|
||||
"email": "mail"
|
||||
}
|
||||
|
||||
LOGGING = {
|
||||
'disable_existing_loggers': False,
|
||||
|
|
Loading…
Reference in a new issue