Compare commits

..

1 commit

Author SHA1 Message Date
waja 24aaccdc33
Merge 7bc4d78388 into 4da0319f1f 2025-06-21 10:15:54 +02:00
2 changed files with 2 additions and 5 deletions

View file

@ -109,6 +109,3 @@ AUTH_LDAP_USER_ATTR_MAP = {
"last_name": environ.get('AUTH_LDAP_ATTR_LASTNAME', 'sn'),
"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'

View file

@ -1,6 +1,6 @@
django-auth-ldap==5.2.0
dulwich==0.23.0
dulwich==0.22.8
python3-saml==1.16.0
--no-binary lxml
--no-binary xmlsec
sentry-sdk[django]==2.31.0
sentry-sdk[django]==2.30.0