Frank van Bortel
...ramblings of Frank van Bortel...Frankhttp://www.blogger.com/profile/07830428804236732019noreply@blogger.comBlogger167125
Updated: 14 hours 53 min ago
Oracle Unified Directory 11.1.2.1.0 Installation
Installation and use.
Having worked on a proof-of-concept which heavily depends on all sorts of Oracle Identity suites, I learned Oracle will probably dump OID (Internet Directory) and OVD (Virtual Directory) over the next 5 years in favor of Oracle Unified Directory (OUD - which means "old" in Ducth).
So, I thought I'd give it a swing and see how I can use it asif it were OID, with which I am Frankhttp://www.blogger.com/profile/07830428804236732019noreply@blogger.com0
SSO + WNA shown from Apache logging
When SSO works with Windows native Authentication, the Apache logging shows this:
10.10.10.116 - - [03/Feb/2011:11:11:34 +0100] "GET /oiddas/ui/oracle/ldap/das/mypage/ViewMyPage HTTP/1.1" 302 1061
10.10.10.116 - - [03/Feb/2011:11:11:34 +0100] "GET /pls/orasso/orasso.wwsso_app_admin.ls_login?Site2pstoreToken=v1.4~18DD161D~A37A8CBF4314DD9
Frankhttp://www.blogger.com/profile/07830428804236732019noreply@blogger.com0
Configuring Identiy and Access Management 11GR2
In a nutshell:
Start nodemenager
/oracle/middleware/wlserver_10.3/server/bin/startNodeManager.sh
Configure the Identity and Management Suite:
/oracle/middleware/Oracle_IDM1/bin/config.sh
DO NOT START YOUR MANAGED SERVERS!!!
There's an omission in the manual... You need to configure the database as security placeholder first. You do that by
/oracle/middleware/oracle_common/common/bin/wlst.shFrankhttp://www.blogger.com/profile/07830428804236732019noreply@blogger.com0
Configuring OID onto the existing IDM domain
Easy enough, when you know how ;)
Start database & listener (of course, your environment is set):
lsnrctl start
sqlplus / as sysdba<


