This command joins or leaves an Active Directory server.
Usage
activedirectory modify --admin-username USERNAME [--admin-passwd PASSWORD] [--enabled] [--disabled] --id ID
Required Parameters
|
Specifies an Active Directory admin user with permission to join the Active Directory server. |
|
Identifies the Active Directory configuration. To obtain the ID of an AD configuration record, run activedirectory list. |
Options
|
Enters the password for the specified user. If not supplied, you are prompted for the password. NoteVAST Cluster does not store this password. |
|
Include this option to joins the Active Directory server. |
|
Include this option to leave the Active Directory server. |
Example
This example joins an Active Directory server.
vcli: admin> activedirectory modify --id 1 --enabled --admin-username myuser Are you sure you want to modify the Active directory? [y/N] y Enter admin password: Password: Waiting ... [2020-03-31 10:18:39] waiting for active directory AD enabled state to change to True ...\ [2020-03-31 10:19:45] modify active directory completed successfully .../
Comments
0 comments
Article is closed for comments.