ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service ldap client modify-bind-password

    Modify Bind Password of an LDAP client configuration

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The ` vserver services name-service ldap client modify-bind-password ` command modifies bind-password of a given LDAP client configuration.

    Parameters

    [-vserver <Vserver Name>] - Vserver

    This parameter specifies the name of the Vserver which owns the LDAP client you want to modify. A data Vserver or admin Vserver can be specified.

    -client-config <text> - Client Configuration Name

    This parameter specifies the name of the LDAP client configuration.

    Examples

    The following example modifies the password for a given LDAP client configuration

    cluster1::> vserver services name-service ldap client modify-bind-password -client-config corp
      Please enter password:
      Confirm password:
    Top of Page