Tag Archives for " import "

Import and export policies in OES 11g using API

My friend has already posted about exporting and importing policies in OES 11g through command line. However, if you wish to do the same operation using OES 11g API, here is what you need to do: Use the jps-config.xml as specified in the above posts for export and import respectively. The below code snippet will […]

Read More

“ldap_modify: additional info: Attribute dn is not supported in schema.” while importing an ldif file to OID

Today I faced an error while importing the ldif file to Oracle Internet directory. Though the solution is totally unrelated to the error, one will get disguised easily that there is some issue with the ldif file data. All I am doing is creating 2 new attributes and 1 object class in OID using ldapmodify […]

Read More

Exporting and importing groups to OID

I got an opportunity to work on exporting and importing groups from/to OID excluding the members of the groups today. In our case, the development environment had groups with users as members of it already and need to move those users to production environment. We need to provision the roles/groups to users into OID using […]

Read More