Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

RBACUser - setSynchronizationEnabled

RBACUser - setSynchronizationEnabled

Description :

This command sets the synchronizable attribute of a user account to either true or false. This attribute is used to determine whether a user participates in the Active Directory synchronization process.

This command controls whether or not a user participates in the Active Directory synchronization process.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

userName

String

User name of the user you want to modify.

enable

Boolean

True to set the user to be synchronizable and false otherwise.

Example

The following example sets up a user account named Mike to be synchronizable.

Script





blcli RBACUser setSynchronizationEnabled Mike true 



Was this page helpful? Yes No Submitting... Thank you

Comments