PASM CLI Update AD Setting Command
Use the PASM CLI update-ad-setting command to update your AD settings.
Syntax
pasmcli update-ad-setting [options]
Option | Description |
-h or --help |
Displays usage text. |
-a or --ad-setting-id string |
The Active Directory setting ID or name. Strings must be enclosed in double quotes. |
-n or --netbios-name string |
The Active Directory NetBIOS name. Strings must be enclosed in double quotes. |
-r or --revision int |
The Active Directory setting current revision. |
-j, --servers-json-file string |
The Active Directory Domain Controller List JSON File. This is an array of JSON objects, each object representing a Domain Controller. Strings must be enclosed in double quotes. The following keys are supported:
Example: [ { "server_url": "ldaps://dc1.mycompany.eng.com", "cacert": "/root/cacert.pem", "user_base_dn": "DC=mycompany,DC=eng,DC=com", "group_base_dn": "DC=mycompany,DC=eng,DC=com", "timeout": 10, "tls": false, } ] |
-s, --service-account string |
The Active Directory Service Account User Name. Strings must be enclosed in double quotes. |
-p, --service-password string |
The Active Directory Service Account User Password. Strings must be enclosed in double quotes. |
-u, --uid-attribute string |
The Active Directory UID Attribute. Strings must be enclosed in double quotes. |