Microsoft Active Directory User Management connector
Download
Documentation
- 11G General connectors docs
- This connector docs html, pdf
Tables
Installation
Official docs
Steps
- In the target AD system create an account capable to run all necessary tasks. If you want to enable the reconciliation of deleted target system records, then you must use an administrator account. See here.
- Add the ldapbp.jar library to $OIM_ORACLE_HOME/server/ThirdParty from ldap-1_2_4.zip (See here)
- Copy the contents of the connector installation media directory into the following directory: $OIM_ORACLE_HOME/server/ConnectorDefaultDirectory
- Log in to the Administrative and User Console, go to the Identity Manager Advanced Administration page
- Click Install Connector
- In the Connector List menu select ActiveDirectory 9.1.1.7.0, and press Load
- Press Continue
- Wait until the installation is finished. Note: the first time I ran the installation it failed for unspecified reason, it succeeded after I pressed the Retry button. Note 2: despite the window said the installation was successfull, I've noticed multiple exceptions in the server log. This probably will eventually strike me back.
- Create all ITResource(s) (See here
- Follow the Create IT Resource link on the Identity Manager Advanced Administration page
- Enter the resource name and select the AD Server as the resource type, click Continue/
- Specify the IT resource attributes. Must specify at least the followind:
-
- Admin FQDN the name of the administrative account we've created earlier.
- Admin Password the password of the administrative account we've created earlier.
- Port Number
- Root Context
- Server Address
-
Test connection confiuguration
Java API & implementation
- The protocol any OIM connection shall obey com.oracle.oim.gcp.resourceconnection.ResourceConnection in xlUtils.jar
- The implementation if the protocol com.thortech.xl.integration.ActiveDirectory.ADResourceConnectionImpl in xliActiveDirectory.jar
The implementation
- tcUtilADTasks high-level task
- tcADUtilLDAPController lower-level implementation
- Basic connectivity test ADServerConnectorTest
page revision: 13, last edited: 01 Feb 2012 14:44