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

Exit Print View

Updated: November 2016
 
 

Configure an LDAP over SSL Optional User Mapping (Oracle ILOM CLI)

LDAP over SSL user mappings enable converting simple login names to the distinguished names (DNs) for user credential validation.

  1. Enable optional user mappings on the switch.
     -> set /SP/clients/ldapssl/optionalUserMapping/ state=enabled
    Set 'state' to 'enabled'
    ->
    
  2. Set the search base.
    -> set /SP/clients/ldapssl/optionalUserMapping/ searchbase=genericstring.companyq.com
    Set 'searchbase' to 'genericstring.companyq.com'
    ->
    
  3. Set the bind DN.
     -> set /SP/clients/ldapssl/optionalUserMapping/ binddn=companyq.com
    Set 'binddn' to 'companyq.com'
    ->
    
  4. Set the bind password.
    -> set /SP/clients/ldapssl/optionalUserMapping/ bindpw=toothbrush
    Set 'bindpw' to 'toothbrush'
    ->
    
  5. Set the attribute information.
    -> set /SP/clients/ldapssl/optionalUserMapping/ attributeInfo=fortestonly
    Set 'attributeInfo' to 'fortestonly'
    ->
    

Related Information