Monday, October 12, 2009
OAM and OSSO Integrated in 11g
Thursday, September 10, 2009
Forcing OAM Browser Based Setup
There are two browser-based-setup processes:
1) Identity System
This is the process that writes the initial o=oblix branch. To force this process again, locate the file [identity server install]/identity/oblix/config/setup.xml and locate the line indicating the current step - it should have a value of 'done'. Edit this value to 'incomplete' and save the file. Restart the webserver and identity server and navigate in a browser to /identity/oblix and request the Identity System Console. The Setup screen should appear.
Note that you can run this setup process with or without major underlying directory changes. Also note that (depending on what you are changing) you may also need to reconfigure individual software components using each one's command line configuration program (found in some form at .../oblix/tools/[setup|configure]).
2) Policy Manager (Access System)
The setup process for the Access System results in the writing of the obapp=PSC branch of the directory. To force this process find the file [policy manager install]/access/oblix/config/setup.xml and rename the file to something else. Then restart the webserver and navigate a browser to the /access/oblix. Request the Access System Console and you should see the setup button.
As on the identity side, depending on what you are doing, you may need to reconfigure the software components installed using their command line setup utilities.
That should be enough information to get you going in the right direction.
Labels: OAM setup "browser based setup"
Wednesday, August 05, 2009
VDE Shadow Object LDIF
# Description: contains vdeshadowobject vdeprimaryref for use with shadow joiners
#
dn: cn=subschemasubentry
changetype: modify
add: attributetypes
attributetypes: ( 1.3.6.1.4.1.17119.1.0.1 NAME 'vdeprimaryref' DESC 'This attribute contains an MD5 hash of a primary adapter' EQUALITY 'caseIgnoreMatch' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' X-ORIGIN 'user defined' )
-
dn: cn=catalogs
changetype: modify
add: orclindexedattribute
orclindexedattribute: vdeprimaryref
-
# ObjectClass Definitions
dn: cn=subschemasubentry
changetype: modify
add: objectclasses
objectclasses: ( 1.3.6.1.4.1.17119.1.1.1 NAME 'vdeShadowObject' DESC 'This object is used by VDE Shadow Joiner to store a shadow object to a primary entry in another directory. This objectclass normally used in conjunction with the extensibleObject object class to hold local attributes. vdeprimaryref is a hash of a DN that points to a primary object in an alternate adapter.' SUP top AUXILIARY MUST ( vdeprimaryref ) MAY ( description ) )
-
Labels: OVD, Shadow Join
Wednesday, July 08, 2009
OAS 10.1.4 Installation Hangs
I scoured metalink, but to no avail so I started poking around though and found a completely obscure line in the /etc/hosts file. The DNS server had the IP address of the new vm right, but the /etc/hosts file contained an Internet addressable IP for the new vm (weird). Anyway, removing that line and trying again corrected the problem. I probably should have checked that first; next time I will.
Labels: name resolution, OAS, OID
Friday, July 03, 2009
Introducing Stitcher - OAM Configuration Migration Solution
But the time was right for a platform upgrade, some rebranding, and some minor issue fixes.
Stitcher lives at the same address as the original service. If it sounds like something you've been missing, check it out.
Labels: "COREid Migration Service", migration, OAM, Stitcher
Friday, June 12, 2009
Credential Mapping Error
So assuming you followed all of hte instructions and everything is set up perfectly, or at least you think it is, what do you do if you still have a problem. Specifically, what could be wrong if are getting a credential mapping error in the web browser and the access server oblog.log file.
I recently encountered just such a problem. I used the search base and filter from the credential mapping plugin and conducted my own search against the directory as the OAM service account and it worked perfectly. This was so puzzling. I looked for trailing spaces in the credential mapping plugin because I know that can occur with resource patterns and ldap urls in other parts of Policy Manager. I finally compared a working credential mapping plugin to the IWA one. The different was in the quotation marks. The IWA credential mapping had been copied and pasted from the Metalink article discussing how to set up IWA in OAM. They were obviously from the wrong character set. Replacing the quotation marks solved the problem.
Labels: Authentication Scheme, Credential Mapping Error, Integrated Windows Authentication
Wednesday, February 11, 2009
Panels in User Manager's Employees tab
- The defaultPanel
- The Header Panel
- The Search Results panel
- Any other user defined panels
Labels: jCardPanel tab panel user manager
Wednesday, November 19, 2008
OAM Identity Server Deletes User When RDN Modified (on OID)
This problem occurs when you use Oracle Internet Directory as the back-end repository. To fix this problem:
-
Edit the file
ldapreferentialintegrityparams.xmlin the following directory:Identity_Server_installation_directory\identity\oblix\data\common -
Change the value of the parameter
referential_integrity_usingfromoblixtods, as follows: -
Save the file.
-
Restart the Identity Server for the changes to take effect.
You should be able to modify the RDN attribute value without any problem.
-
If you have multiple instances of the Identity Server installed, make this change to every instance of the Identity Server.
