ONTAP 9.12.1 commands

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

    Delete an LDAP schema template

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

    Description

    The vserver services name-service ldap client schema delete command deletes an LDAP schema template. A Vserver administrator can only delete templates owned by the Vserver.

    You cannot delete the default schema templates.

    Parameters

    [-vserver <Vserver Name>] - Vserver

    This parameter specifies the name of Vserver owning the LDAP schema template you want to delete.

    -schema <text> - Schema Template

    This parameter specifies the name of the schema template you want to delete.

    Examples

    The following example deletes a schema template named corp-schema owned by Vserver vs1 :

    cluster1::> vserver services name-service ldap client schema delete -vserver vs1 -schema corp-schema
    Top of Page