I created IDM realm in Oracle IDM 11g 11.1.1.6. The following are the steps I followed. They are originally from this link: http://oracamp.com/how-create-new-realm-oid-11g
- Set the ORACLE_HOME environment variable.
- Run the ldapsearch command to list the existing default subscriber.
- The results would be like as shown below
- cn=Common,cn=Products,cn=OracleContext
orcldefaultsubscriber=dc=oracle,dc=com
- Goto $ORACLE_HOME/ldap/bin
./oidrealm ldap_host ldap_port dc=mydomain,dc=com
Check for the message Realm Updated as shown below which ensures that new realm dc=mydomain,dc=com is created.
- Check for the new realm using the ldapsearch command as shown below. $ORACLE_HOME/bin/ldapsearch -h ldap_host -p port -D cn=orcladmin -w password -b “dc=mydomain,dc=com”-s base “objectclass=*”
No comments:
Post a Comment