User Domains
(/1|2|3|4|5) |
A system administrator can
optionally configure up to five User Domains. When one or more User
Domains are defined, Oracle ILOM uses these properties in sequence
until it is able to authenticate the LDAP/SSL user.
Use the following possible values to populate the configuration
properties for each User Domain in Oracle ILOM.
UID format: uid=<USERNAME>,ou=people,dc=company,dc=com
DN format: CN=<USERNAME>,CN=Users,DC=domain,DC=company,DC=com
Note - You can use <USERNAME> as a literal. When <USERNAME>
is used as a literal Oracle ILOM replaces the <USERNAME> during
user authentication with the current login name entered.
You can optonally specify a specific searchbase by appending
the <BASE:string> property
after the user domain configuration. For syntax details, see Example
3 below.
CLI User Domains Syntax:
set /SP|CMM/clients/ldapssl/userdomains/n domain=string
Example 1: domain=CN=<USERNAME>
set /SP/clients/ldapssl/userdomains/1 domain=CN=<USERNAME>,OU=Groups,DC=sales,DC-oracle,DC=com
Set 'domain' to 'CN=<USERNAME>,OU=Groups,DC=sales,DC=oracle,DC=com'
Example 2: domain=CN=spSuperAdmin
set /SP/clients/ldapssl/userdomains/1 domain=CN=spSuperAdmin,OU=Groups,DC=sales,DC=oracle,DC=com
Set 'domain' to 'CN=spSuperAdmin,OU=Groups,DC=sales,DC=oracle,
DC=com'
Example 3: Searchbase
syntax using <BASE:string>
set /SP/clients/ldapssl/userdomains/1 domain=uid=<USERNAME>,ou=people,dc=oracle,dc=com<BASE:ou=doc,dc=oracle,dc=com> |