Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Display LDAP over SSL Properties (Oracle ILOM CLI)

LDAP over SSL properties can be displayed for various groups, user domains, user mappings, alternate LDAP over SSL servers, and certificates on alternate servers. For each, a maximum of 5 instances is supported.

  1. Display the configured LDAP over SSL administrator groups.
    -> show -d properties /SP/clients/ldapssl/admingroups/X
    ->
    

    where X is 1 through 5 for the administrator group.

    For example, to display administrator group 1's properties, type:

    -> show -d properties /SP/clients/ldapssl/admingroups/1
    /SP/clients/ldapssl/admingroups/1
     	Properties:
     		name = (none)
    ->
    
  2. Display the configured LDAP over SSL custom groups.
    -> show -d properties /SP/clients/ldapssl/customgroups/X
    ->
    

    where X is 1 through 5 for the custom group.

    For example, to display custom group 1's properties, type:

    -> show -d properties /SP/clients/ldapssl/customgroups/1
    /SP/clients/ldapssl/customgroups/1
     	Properties:
     		name = (none)
     		roles = (none)
    ->
    
  3. Display the configured LDAP over SSL operator groups.
    -> show -d properties /SP/clients/ldapssl/opergroups/X
    ->
    

    where X is 1 through 5 for the operator group.

    For example, to display operator group 1's properties, type:

    -> show -d properties /SP/clients/ldapssl/opergroups/1
    /SP/clients/ldapssl/opergroups/1
     	Properties:
     		name = (none)
    ->
    
  4. Display the configured LDAP over SSL user domains.
    -> show -d properties /SP/clients/ldapssl/userdomains/X
    ->
    

    where X is 1 through 5 for the user domain.

    For example, to show user domain 1's properties, type:

    -> show -d properties /SP/clients/ldapssl/userdomains/1
    /SP/clients/ldapssl/userdomains/1
     	Properties:
     		domain = (none)
    ->
    
  5. Display the configured LDAP over SSL alternate servers.
    -> show -d properties /SP/clients/ldapssl/alternateservers/X
    ->
    

    where X is 1 through 5 for the alternate server.

    For example, to display alternate server 1's properties, type:

    -> show -d properties /SP/clients/ldapssl/alternateservers/1
    /SP/clients/ldapssl/alternateservers/1
     	Properties:
     		address = (none)
     		port = 0
    ->
    
  6. Display the certificates configured for the LDAP over SSL alternate servers.
    -> show -d properties /SP/clients/ldapssl/alternateservers/X/cert
    ->
    

    where X is 1 through 5 for the alternate server.

    For example, to display alternate server 1's certificate, type:

    -> show -d properties /SP/clients/ldapssl/alternateservers/1/cert
    /SP/clients/ldapssl/alternateservers/x/cert
     	Properties:
     		certstatus = certificate not present
     		clear_action = (Cannot show property)
     		issuer = (none)
     		load_uri = (Cannot show property)
     		serial_number = (none)
     		subject = (none)
     		valid_from = (none)
     		valid_until = (none)
     		version = (none)
    ->
    
  7. (Optional) Display the configured LDAP over SSL optional user mappings.
    -> show -d properties /SP/clients/ldapssl/optionalUserMapping
    /SP/clients/ldapssl/optionalUserMapping
     	Properties:
     		attributeInfo = (none)
     		binddn = (none)
     		bindpw = (none)
     		searchbase = (none)
     		state = disabled
    ->
    

Related Information