From 3e07d0eddcc8f3bc0a747b76724276ac3a294bd5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 6 May 2019 23:51:21 -0400 Subject: [PATCH] Overwrite Existing Users --- _articles/directory-connector/ldap-directory.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_articles/directory-connector/ldap-directory.md b/_articles/directory-connector/ldap-directory.md index 857ea769..93b4bbce 100644 --- a/_articles/directory-connector/ldap-directory.md +++ b/_articles/directory-connector/ldap-directory.md @@ -65,6 +65,7 @@ If you are using Active Directory, many of these settings are predetermined for |----------|-------------|----------| | Interval | The interval, in minutes, that you wish to perform automatic sync checks. | 5 | | Remove Disabled Users | When a user is disabled in the directory, should they also be removed from your Bitwarden organization? | | +| Overwrite Existing Users | Always perform a full sync and remove any users from your organization if they are not in the synced users set. | | | Member Attribute | The attribute field to use when loading the group's members. | uniqueMember | | Creation Date Attribute | The attribute field that specifies when an entry was created. | whenCreated | | Revision Date Attribute | The attribute field that specifies when an entry was changed. | whenChanged |