This command modifies an existing Kerberos provider.
Usage
kerberos modify --id ID
[--kdc KDC_LIST]
[--kadmin-servers KADMIN_LIST]
[--service-principals PRINCIPALS]
[--enable]
[--disable] Required Parameters
| Specifies the ID of the Kerberos Provider to modify. |
Options
| Specifies a comma-separated list of KDC IP addresses or FQDNs (max 10). |
| Specifies a comma-separated list of admin server IP addresses or FQDNs (max 5). |
| Specifies a comma-separated list of Kerberos service principals, in the form |
| Enable the Kerberos provider. |
| Disable the Kerberos provider. |
Example
This example modifies the KDC list of an existing Kerberos provider:
vcli: admin> kerberos modify --id 1 --kdc 192.168.1.10,192.168.1.11