Before 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.
- Installing Oracle Unified Directory 12c for Active Directory and EUS Integration
- Configuring OUDSM 12c for EUS
- Configuring an OUD 12c Proxy Server for Active Directory and EUS Integration
- Configuring Active Directory and Database with Kerberos for OUD 12c and EUS Integration
- Configuring Network and Database Connectivity for OUD 12c and EUS
- Configuring Schemas, Roles and Mapping for EUS and OUD 12c
- Testing the EUS, OUD 12c, Active Directory and Kerberos 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 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?
- To have completed OBE I: Installing Oracle Unified Directory 12c for Active Directory and EUS Integration
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='Welcome1') Successfully created OUDSM domain
wls:/offline>exit()
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
Next Tutorial
Configuring an OUD 12c Proxy Server for Active Directory and EUS Integration