HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 56
Item Description
Enables directory services authentication for users
Item Description
show ldap
Display the Virtual Connect LDAP authentication settings.
Syntax
show ldap
Example
->show ldap
Displays LDAP information
ldap-certificate
View and upload LDAP certificates from a remote FTP server.
Supported actions: help, load, remove, show
Item Description
load ldap-certificate
Download an LDAP certificate from a remote FTP server and apply it to the VC
domain.
Syntax
load ldap-certificate
Address=<ftp://user:password@IPv4Address/filename>
-or-
load ldap-certificate
Address=<ftp://user:password@ipaddress> Filename=<name>
Properties
Address (required)
A valid IPv4 address or host name of the FTP server, including user name,
password, and name of the certificate file on the server
Filename (required)
The name of the LDAP certificate file on the server. The filename can also be given
separately.
The file path given will be treated as relative to the login directory for the user on
the FTP server. The user should ensure that the permissions are appropriate for the
transfer to succeed.
Examples
->load ldap-certificate
Address=ftp://user:password@192.168.10.12/
new-ldap.crt
Downloads LDAP certification from the remote FTP server
->load ldap-certificate
Address=ftp://user:password@192.168.10.12
filename=/new-ldap.crt
Downloads LDAP certification from the remote FTP server
Item Description
remove
ldap-certificate
Remove an existing LDAP certificate.
Syntax
remove ldap-certificate <SerialNumber | *>
Parameter
SerialNumber
(required)
The serial number of an existing LDAP certificate. Use "*" to remove all
configured LDAP certificates.
Examples