Mates, I am Qasim' I have been into different Oracle Products for the last couple of years. I have worked for some leading Telcos of the world. Currently I am associated with a Software Consulting Company providing support for various Oracle Products.
Friday, March 2, 2012
Integration between Oracle Internet Directory and Microsoft Active Directory
Integration between Oracle Internet Directory and Microsoft Internet Directory
Step 1.
Set the DISPLAY variable and execute following:
$ dipassistant –gui
It would ask you the password for dip user, the password is same as of the orcladmin user.
Step 2:
Click on Active Directory Configuration, you will see the screen as below:
In the Active Directory Host enter hostname of AD server, in my case it is : ad2008r2
In the Active Directory Port enter port of AD, in my case it is : 389
In the Account Name enter Account Name of AD, in my case it is : cloud\Administrator
In Account Password enter the AD Account Password, in my case it is : 123
Step 4:
In Connector name give any name, in my case it is : test
Step 5:
Select the Check box Configure Access Control Ploicies.
Step 6:
Click Apply and you will see the sceen as below, once you click OK the integration would take place if every thing was OK.
Step 7:
Click on Configurationset 1 and Enabe testImport and testExport if you want bi-directional user movement both to and from AD\OID.
After you click OK you will see as below:
Profiles testImport and testExport are created
successfully in configset: 1
GridView:: isReminder()....
Step 8:
Keeping in mind your OID hosname, execute following and it should move the users to and from OID\AD.
[oracle@rhel1 archive]$ oidctl host=rhel1 server=odisrv instance=2 configset=1 start
NLS_LANG not set in environment
Setting NLS_LANG to AMERICAN_AMERICA.AL32UTF8
oidctl:Waiting for oidmon to start ODISRV (instance=2)
oidctl:Started ODISRV (instance=2) with PID : 4873 successfully
Step 9:
Enable plugin for external authentication of AD users through OID. To do this, execute following:
[oracle@rhel1 archive]$ cd $ORACLE_HOME/ldap/admin
[oracle@rhel1 admin]$ sh oidspadi.sh
---------------------------------------------
OID Active Directory Plug-in Configuration
---------------------------------------------
Please make sure Database and OID are up and running.
Please enter Active Directory host name: ad2008r2
Do you want to use SSL to connect to Active Directory? (y/n) n
Please enter Active Directory port number [389]:
Please enter DB connect string: orcl
Please enter ODS password:
Please enter confirmed ODS password:
Please enter OID host name: rhel1
Please enter OID port number [389]:
Please enter orcladmin password:
Please enter confirmed orcladmin password:
Please enter the subscriber common user search base: cn=Users,dc=rhel1,dc=com
Please enter the Plug-in Request Group DN:
Please enter the exception entry property:
Do you want to setup the backup Active Directory for failover? (y/n) n
Installing Plug-in Packages ...
Table dropped.
Table created.
Sequence dropped.
Sequence created.
Procedure created.
No errors.
Procedure created.
No errors.
No errors.
No errors.
Registering Plug-ins ...
adding new entry cn=adwhencompare,cn=plugin,cn=subconfigsubentry
adding new entry cn=adwhenbind,cn=plugin,cn=subconfigsubentry
-------------------------------------------------------------
Done.
-------------------------------------------------------------
[oracle@rhel1 admin]$
THAT IS IT, enjoy………………
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment