I had a requirement for our NIS migration project to create and store NIS related data in OUD in a different database and not use the default userRoot ow. Above can be achieved in two ways:- a) Using non-interactive CLI by manage-suffix command. bash-4.2$ manage-suffix >>>> Specify Oracle Unified Directory LDAP connection parameters Directory server host […]
OUD: LDAP: Keystore was tampered with, or password was incorrect
Hi Everyone, I wanted to export OUD certificates to configure my ldapclients to communicate over TLS but encountered below error:- bash-4.2$ cd $ORACLE_INSTANCE/configbash-4.2$ keytool -list -v -keystore ./keystoreEnter keystore password:keytool error: java.io.IOException: Keystore was tampered with, or password was incorrectjava.io.IOException: Keystore was tampered with, or password was incorrect at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:772) at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55) at java.security.KeyStore.load(KeyStore.java:1226) at […]
OUD: OID: ODSM: HOW to change ODSM Session Timeout Default Setting?

The ODSM is a quite useful tool for managing the Oracle Unified Directory or Oracle Internet Directory. But its default time out settings bugs me a lot. It keeps popping up with below warning and times out almost every time 🙂 The default session timeout for Oracle Directory Services Manager (ODSM) is 5 minutes (300 seconds). To […]
OUD: Search result: Insufficient access(50), The request control with Object Identifier (OID) “1.2.840.113556.1.4.319” cannot be used due to insufficient access rights
While working on my recent OUD implementation, I got below error: Search result: Insufficient access(50), The request control with Object Identifier (OID) “1.2.840.113556.1.4.319” cannot be used due to insufficient access rights This is an ACI issue. To resolve this, change the ACIs on control 1.2.840.113556.1.4.319 from ldap://all to ldap://anyone a) Go to OUD config file OUD_INSTANCE/config/config.ldif file […]
SSO: EBS to OID: User creation: fnd_oid_plug.setPlugin: Customizing Directory Information Tree (DIT) and customize default user container

When we integrate OID with EBS for SSO, by default, any user created in EBS gets provisioned in OID in default container. For example: In my current scenario my DIT is dn=uk dn=co dn=oraworld cn=users ou=Internal ou=External So when we integrate OID with EBS, by default users gets created […]