mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 22:02:37 +00:00
Compare commits
1 commit
1a9c8a09f1
...
24aaccdc33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24aaccdc33 |
|
|
@ -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'
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
django-auth-ldap==5.2.0
|
django-auth-ldap==5.2.0
|
||||||
dulwich==0.23.0
|
dulwich==0.22.8
|
||||||
python3-saml==1.16.0
|
python3-saml==1.16.0
|
||||||
--no-binary lxml
|
--no-binary lxml
|
||||||
--no-binary xmlsec
|
--no-binary xmlsec
|
||||||
sentry-sdk[django]==2.31.0
|
sentry-sdk[django]==2.30.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue