zulip/docs
Mateusz Mandera 8ad7520180 ldap: Support alternative attrs to userAccountControl.
Fixes #17456.

The main tricky part has to do with what values the attribute should
have. LDAP defines a Boolean as
Boolean = "TRUE" / "FALSE"
so ideally we'd always see exactly those values. However,
although the issue is now marked as resolved, the discussion in
https://pagure.io/freeipa/issue/1259 shows how this may not always be
respected - meaning it makes sense for us to be more liberal in
interpreting these values.
2021-09-16 13:29:13 -07:00
..
_static readthedocs: Add proper backlink to the Zulip homepage. 2021-07-06 10:59:59 -07:00
_templates docs: Follow Sphinx 4 rename of master_doc to root_doc. 2021-08-31 14:24:16 -07:00
contributing docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
development docs: Update links for zulip-mobile branch rename. 2021-09-08 15:30:37 -07:00
documentation help: Add newline after admonition header for Prettier compatibility. 2021-09-10 10:39:25 -07:00
git docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
images docs: Add missing width to Zulip logo. 2021-02-05 09:49:33 -08:00
overview docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
production ldap: Support alternative attrs to userAccountControl. 2021-09-16 13:29:13 -07:00
subsystems docs: Add missing space in “feature set”. 2021-09-08 15:31:28 -07:00
testing docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
translating docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
tutorials docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
.gitignore
Makefile docs: Replace Makefile based on output of newer sphinx-quickstart. 2019-12-02 18:39:33 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
THIRDPARTY nagios: Replace check_website_response with standard check_http plugin. 2021-07-09 16:47:03 -07:00
code-of-conduct.md
conf.py docs: Indicate latest Zulip version in installation and upgrade docs. 2021-09-10 14:50:48 -07:00
index.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30

README.md

Zulip Markdown documentation hosted elsewhere

The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.