Sync Options and Filters
When configuring the Directory Connector application, you can use a variety of sync options and filters to customize your sync operation and limit the users and/or groups that are processed to your Bitwarden organization.
Available sync options and filter syntaxes are different for each directory server type. Refer to the Configure sync options and Specify sync filters sections of one of the following articles for help:
tip
If you are using the Directory Connector CLI, see Directory Connector File Storage for help editing your data.json
configuration file.
Regardless of which directory you are syncing from, use the More than 2000 users or groups are expected to sync option to signal to Directory Connector that you are expecting a large number of users or groups:
You may also activate this option directly in the Directory Connector configuration file (data.json
) by setting "largeImport": true
:
Bash"syncConfig": {
...,
...,
...,
"largeImport": true
},"
note
If you don't enable this option, Directory Connector will limit a sync to 2000 users or groups.
warning
This option is for very specific use-cases or debugging purposes and is disabled by default.
By activating this option, every user except one owner user and every group will be removed and re-added by a sync, replacing them with the user list and/or group list that is fetched from the source directory.
You may also enable this option directly in the Directory Connector configuration file (data.json
) by setting "overwriteExisting": true
:
Bash"syncConfig": {
...,
...,
...,
"overwriteExisting": true
},"
Suggest changes to this page
How can we improve this page for you?
For technical, billing, and product questions, please contact support