ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services access-check authentication get-claim-name

    Get the Name of a Claim

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

    Description

    The vserver services access-check authentication get-claim-name command obtains the display name for a given claim.

    Parameters

    [-node {<nodename>|local}] - Node Name

    The name of the node on which the command is executed.

    -vserver <vserver> - Vserver Name

    The name of the Vserver.

    -claim-cn <text> - Claim CN

    The claim ID of the claim display name.

    Examples

    This example gets the display name of a claim for the CIFS server created on Vserver vs2

    cluster1::vserver services access-check*> authentication get-dc-info -node vsim1 -vserver vs2 -claim-cn ad://ext/accountExpires:88d065c21536d9fe
    
    Name of claim ad://ext/accountExpires:88d065c21536d9fe: accountExpires
    Top of Page