Index  |  Top  -  Up Data ONTAP 8.2

security login show

Show user login methods

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

Description

The security login show command displays the following information about user login methods:

Parameters

{  [-fields <fieldname>, ...]

If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

|  [-instance ]  }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-vserver <vserver name>] - Vserver

Selects the login methods that match this parameter value.

[-username <text>] - User Name

Selects the login methods that match this parameter value.

[-application <text>] - Application

Selects the login methods that match this parameter value. Possible values include console, http, ontapi, rsh, snmp, service-processor, ssh, and telnet.

[-authmethod <text>] - Authentication Method

Selects the login methods that match this parameter value. Possible values include the following:

[-role <text>] - Role Name

Selects the login methods that match this parameter value.

[-acctlocked {yes|no}] - Account Locked

Selects the login methods that match this parameter value.

[-comment <text>] - Comment Text

Selects the login methods that match this parameter value.

Examples

The example below displays information about all user login methods:
cluster1::> security login show
                                   Authentication            Acct
Vserver     UserName   Application Method         Role Name  Locked
----------- ---------- ----------- -------------- ---------- ------
vs          vsadmin    http        password       vsadmin    yes		
vs          vsadmin    ontapi      password       vsadmin    yes
vs          vsadmin    ssh         password       vsadmin    yes
cluster1    admin      console     password       admin      no
cluster1    admin      http        password       admin      no
cluster1    admin      rsh         password       admin      no
cluster1    admin      ssh         password       admin      no
cluster1    admin      telnet      password       admin      no
8 entries were displayed.

Index  |  Top  -  Up Data ONTAP 8.2