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

Exit Print View

Updated: November 2016
 
 

Configure an AD User Domain (Oracle ILOM CLI)

A user domain can be added in either principle or distinguished name format:

  • Principle name format is username@domain.company.com.

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

  • The domain(s) configured on the AD server must match the domain(s) configured on the switch.

  • The switch supports a maximum of five user domains

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

  • Configure an AD user domain.
    -> set /SP/clients/activedirectory/userdomains/Xname=username@domain.company.com
    ->
    

    where:

    • X is a number from 1 to 5 for the admin group

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

    • domain is the domain name configured on the authentication server.

    • company is the company name configured on the AD authentication server.

    For example, to configure user domain 1 and assign it for writer1@oracle.com, type:

    -> set /SP/clients/activedirectory/userdomains/1/ domain=writer1@techpubs.oracle.com
    Set 'domain' to 'writer1@techpubs.oracle.com'
    ->
    

Related Information