mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
This moves the mandatory configuration for options A/B/C into a single bulleted list for each option, rather than split across two steps; I think the result is significantly more readable. It also fixes a bug where we suggested setting AUTH_LDAP_REVERSE_EMAIL_SEARCH = AUTH_LDAP_USER_SEARCH in some cases, whereas in fact it will never work because the parameters are `%(email)s`, not `%(user)s`. Also, now that one needs to set AUTH_LDAP_REVERSE_EMAIL_SEARCH, it seems worth adding values for that to the Active Directory instructions. Thanks to @alfonsrv for the suggestion.