From b32450f98e3084a56119671a0f4bf7adc7e7c162 Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Thu, 16 Sep 2021 17:28:30 +0200 Subject: [PATCH] docs: Remove mentions of some ldap features being added in 2.0. 2.0 is old enough that explicitly mentioning when these features were implemented isn't particularly useful and adds clutter. --- docs/production/authentication-methods.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/production/authentication-methods.md b/docs/production/authentication-methods.md index e1057fc110..6ac39ac8e5 100644 --- a/docs/production/authentication-methods.md +++ b/docs/production/authentication-methods.md @@ -194,14 +194,14 @@ run of `manage.py sync_ldap_user_data`. #### Synchronizing avatars -Starting with Zulip 2.0, Zulip supports syncing LDAP / Active +Zulip supports syncing LDAP / Active Directory profile pictures (usually available in the `thumbnailPhoto` or `jpegPhoto` attribute in LDAP) by configuring the `avatar` key in `AUTH_LDAP_USER_ATTR_MAP`. #### Synchronizing custom profile fields -Starting with Zulip 2.0, Zulip supports syncing +Zulip supports syncing [custom profile fields][custom-profile-fields] from LDAP / Active Directory. To configure this, you first need to [configure some custom profile fields][custom-profile-fields] for your @@ -214,7 +214,7 @@ to the `AUTH_LDAP_USER_ATTR_MAP`. #### Automatically deactivating users with Active Directory -Starting with Zulip 2.0, Zulip supports synchronizing the +Zulip supports synchronizing the disabled/deactivated status of users from Active Directory. You can configure this by uncommenting the sample line `"userAccountControl": "userAccountControl",` in @@ -236,7 +236,7 @@ for details on the various `userAccountControl` flags. #### Deactivating non-matching users -Starting with Zulip 2.0, Zulip supports automatically deactivating +Zulip supports automatically deactivating users if they are not found by the `AUTH_LDAP_USER_SEARCH` query (either because the user is no longer in LDAP/Active Directory, or because the user no longer matches the query). This feature is