Oracle by Example brandingConfiguring 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 in preparation for configuring OUD as a Proxy Server with Microsoft Active Directory, Enterprise User Security (EUS) and Kerberos Authentication. This tutorial takes approximately 15 minutes to complete.

This is the second tutorial in the series Integrating Oracle Unified Directory 12c with Microsoft Active Directory, Oracle Enterprise User Security and Kerberos. 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 configure an OUDSM domain in order to be able to manage the OUD Proxy Server via Oracle Unified Directory Services Manager (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='Welcome1')
    Successfully created OUDSM domain
    wls:/offline>exit()

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 Proxy Server for Active Directory and EUS Integration