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

Exit Print View

Updated: November 2016
 
 

Configure an LDAP over SSL User Domain (Oracle ILOM CLI)

User domains can be added in either UID or distinguished name format:

  • UID name format is uid=username,ou=people,dc=company,dc=com

  • Distinguished name format is CN=username,CN=users,DC=domain,DC=company,DC=com

In either name format, the username substitution string is replaceable with a user's login name, but the remaining information elements must exactly match the information elements on the authentication server.

  • Configure an LDAP over SSL user domain.
    -> set /SP/clients/ldapssl/userdomains/Xuid=username,ou=people,dc=company,dc=com
    ->
    

    where:

    • X is a number from 1 to 5 for the user domain.

    • username is a user's login name used during authentication.

    • people is the group of people configured on the authentication server.company is the company name configured on the authentication server.

    For example, to configure user domain 1 and assign it to writer1 in techpubs at company.com, type:

    -> set /SP/clients/activedirectory/userdomains/1 uid=writer1,ou=techpubs,dc=oracle,dc=com
    Set 'domain' to 'uid=writer1,ou=techpubs,dc=oracle,dc=com'
    ->
    

Related Information