mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
The `AUTH_LDAP_ALWAYS_UPDATE_USER` is `True` by default, and this would sync the attributes defined in the `AUTH_LDAP_USER_ATTR_MAP` to the user profile. But, the default code in `django-auth-ldap` would work correctly only for `full_name` field. This commit disables the setting by default, in favour of using the `sync_ldap_user_data` script as a cron job. |
||
|---|---|---|
| .. | ||
| jinja2 | ||
| __init__.py | ||
| backends.py | ||
| dev_settings.py | ||
| dev_urls.py | ||
| email_backends.py | ||
| legacy_urls.py | ||
| prod_settings_template.py | ||
| settings.py | ||
| slack_importer_test_settings.py | ||
| terms.md.template | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||