Before You Begin
This tutorial provides a step-by-step example of how to configure Oracle Unified Directory Service Manager (OUDSM) 12c PS3. This tutorial takes approximately 15 minutes to complete.
This is the second tutorial in the series Integrating Oracle Unified Directory 12c with Oracle Enterprise User Security. Read them sequentially.
- Installing Oracle Unified Directory 12c for EUS
- Configuring OUDSM 12c for EUS
- Configuring an OUD 12c Directory Server for EUS
- Configuring Network and Database Connectivity for OUD 12c and EUS
- Configuring Schemas, Roles and Mapping for EUS and OUD 12c
- Testing the EUS and OUD 12c Integration
Background
Oracle EUS enables Oracle Database users to authenticate against identities stored in an LDAP-compliant directory service such as OUD. In this tutorial you create a domain in order to be able to manage OUD via OUDSM.
What Do You Need?
- To have followed OBE I: Installing Oracle Unified Directory 12c for EUS
Configuring the OUDSM Domain
- Launch a terminal window as
oracle
and enter the following command:
cd /u01/app/oracle/product/oud/oracle_common/common/bin/ ./wlst.sh
- Run the following command to create the domain:
wls:/offline> createOUDSMDomain(domainLocation="/u01/app/oracle/config/domains/oudsm",weblogicPort=7001,weblogicSSLPort=7002,weblogicUserPassword='password')
Successfully created OUDSM domain
wls:/offline>exit()
Note: Change password to a password of your choice.
Start the OUDSM WebLogic Administration Server
- Launch a terminal window as
oracle
and enter the following command to start the Administration server. Wait until the terminal displays the message Server started in RUNNING mode. Minimize the window.
cd /u01/app/oracle/config/domains/oudsm ./startWebLogic.sh
Verify the OUDSM Application
- Launch a browser and enter the following URL to launch Oracle Directory Services Manager (OUDSM):
http://oud.example.com:7001/oudsm
. If successful you should see the following screen:
Description