mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 13:43:13 +00:00
Compare commits
No commits in common. "24f081ce9fc129a21a62bacecdb22a730dc80dd7" and "17a5ddc23245f3d985bf4063d650cdf64ea7c300" have entirely different histories.
24f081ce9f
...
17a5ddc232
|
|
@ -109,6 +109,3 @@ AUTH_LDAP_USER_ATTR_MAP = {
|
||||||
"last_name": environ.get('AUTH_LDAP_ATTR_LASTNAME', 'sn'),
|
"last_name": environ.get('AUTH_LDAP_ATTR_LASTNAME', 'sn'),
|
||||||
"email": environ.get('AUTH_LDAP_ATTR_MAIL', 'mail')
|
"email": environ.get('AUTH_LDAP_ATTR_MAIL', 'mail')
|
||||||
}
|
}
|
||||||
|
|
||||||
# Update user object with the latest values from the LDAP directory every time the user logs in.
|
|
||||||
AUTH_LDAP_ALWAYS_UPDATE_USER = environ.get('AUTH_LDAP_ALWAYS_UPDATE_USER', 'True').lower() == 'true'
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue