Manual

Command line 36
Item Description
not specified, then displays summary output of all the LDAP certificates.
Examples
->show ldap-certificate
Displays LDAP certificate details
->show ldap-cerificate *
Displays detailed information for all LDAP certificates
->show ldap-certificate B4:02:C0:29:B5:E5:B4:81
Displays detailed information for a specific LDAP certificate
ldap-group
Manage Virtual Connect directory groups.
Supported actions: add, help, remove, set, show
Item Description
add ldap-group
Add a new directory group to the directory services configuration.
Syntax
add ldap-group <GroupName> [Description=<string>]
[Privileges=domain,server,network,storage]
Parameters
GroupName (required)
The name of the LDAP directory group to add
Description
(optional)
An informational description for the new group to be added
Privileges
(optional)
A set of one or more privileges for the group. Valid values include any
combination of "domain", "server", "network" , and "storage".
Example
->add ldap-group MyNewGroup Description="Test Group"
Privileges=domain,server
Adds a new directory group
Item Description
remove ldap-group
Remove an existing directory group.
Syntax
remove ldap-group <GroupName|*>
Parameter
GroupName (required)
The name of an existing directory group to be removed, or "*" to remove all
LDAP groups
Examples
->remove ldap-group MyGroup
Removes a directory group
->remove ldap-group *
Removes all directory groups