We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17a5ddc + 8e8e37f commit 24f081cCopy full SHA for 24f081c
configuration/ldap/ldap_config.py
@@ -109,3 +109,6 @@ def _import_group_type(group_type_name):
109
"last_name": environ.get('AUTH_LDAP_ATTR_LASTNAME', 'sn'),
110
"email": environ.get('AUTH_LDAP_ATTR_MAIL', 'mail')
111
}
112
+
113
+# Update user object with the latest values from the LDAP directory every time the user logs in.
114
+AUTH_LDAP_ALWAYS_UPDATE_USER = environ.get('AUTH_LDAP_ALWAYS_UPDATE_USER', 'True').lower() == 'true'
0 commit comments