Configuring  OUDSM 12c  for EUSConfiguring OUDSM 12c for EUS

section 0Before 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.

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?

section 1Configuring the OUDSM Domain

  1. Launch a terminal window as oracle and enter the following command:
    cd /u01/app/oracle/product/oud/oracle_common/common/bin/
    ./wlst.sh                                
  2. 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.


section 2Start the OUDSM WebLogic Administration Server

  1. 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

section 3Verify the OUDSM Application

  1. 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:

    Identity and Access Management Downloads page
    Description




next stepNext Tutorial

Configuring an OUD 12c Directory Server for EUS