kerberos modify

Prev Next

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

--id ID

Specifies the ID of the Kerberos Provider to modify.

Options

--kdc KDC_LIST

Specifies a comma-separated list of KDC IP addresses or FQDNs (max 10).

--kadmin-servers KADMIN_LIST

Specifies a comma-separated list of admin server IP addresses or FQDNs (max 5).

--service-principals PRINCIPALS

Specifies a comma-separated list of Kerberos service principals, in the form nfs/host.name.

--enable

Enable the Kerberos provider.

--disable

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