The LDAP User synchronization settings.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| default_locale | string | element | 0/1 | Locale to use when creating new users. | |
| default_timezone | string | element | 0/1 | Timezone to use when creating new users. | |
| delete_workspace | boolean | element | 0/1 | Whether to delete the user's workspace when deleting users that are no longer in LDAP. Only applicable if
removed_account_action is delete
|
|
| register | boolean | element | 0/1 | Register user profiles automatically. | |
| removed_account_action | string | element | 0/1 | Action to perform for user accounts provisioned from LDAP that are no longer in LDAP.
Value must be one of disable and delete.
|
|
| sync_profiles | boolean | element | 0/1 | Synchronize user profiles. |
Example
<user_synchronization> <register>...</register> <sync_profiles>...</sync_profiles> <removed_account_action>disable</removed_account_action> <delete_workspace>...</delete_workspace> <default_timezone>GMT</default_timezone> <default_locale>en_US</default_locale> </user_synchronization>