Administrator Guide

598 | Command Line Interface Dell Networking W-ClearPass Policy Manager 6.5 |User Guide
Flag/Parameter Description
<user@domain> Specifies the username and domain.
Table 368:
Kerberos Authentication Command Parameters
Example
The following example performs a kerberos authentication against a kerberos server:
[appadmin]# krb auth mike@corp-ad.acme.com
krb list
Use the krb list command to list the cached kerberos tickets.
Syntax
krb list
Example
The following example lists the cached kerberos tickets:
[appadmin]# krb list
ldapsearch
Use the Linux ldapsearch command to find objects in an LDAP directory. Note that only the Policy Manager
specific command line arguments are listed. For other command line arguments, refer to ldapsearch man
pages on the Internet.
Syntax
ldapsearch -B <user@hostname>
The following table describes the required and optional parameters for the ldapsearch command:
Flag/Parameter Description
<user@hostname> Specifies the username and the full qualified domain name of the host. The -B
command finds the bind DN of the LDAP directory.
Table 369:
LDAP Search Command Parameters
Example
The following example finds objects in an LDAP directory:
[appadmin]# ldapsearch -B admin@corp-ad.acme.com
quit
Use the quit command to exit shell.
Syntax
quit
Example
The following command quits the shell: