Monday, 11 March 2013

Oracle Identity Analytics (OIA 11.1.1.5) Authenticating With LDAP

Oracle Identity Analytics (OIA 11.1.1.5) Authenticating With LDAP:-

My:-
RBACX_HOME=/opt/Oracle/OIA_Install
 RBACX_LIB=/opt/Oracle/OIA_Lib
1.       Open the file ldap.properties  at  /opt/Oracle/OIA_Install/conf and make the following changes.
ldapAuthentication.enabled=true
ldapAuthentication.tryNextProviderIfNoAuthenticated=false
ldapAuthentication.stopIfCommunicationError=true

ldapAuthentication.url=ldap\://hostname or ipaddress:389/
ldapAuthentication.rootContext=CN=Users,DC=ad,DC=bangalore,DC=com

ldapAuthentication.userAccountSearchKey=sAMAccountName
ldapAuthentication.firstNameSearchKey=givenName
ldapAuthentication.lastNameSearchKey=sn

2. Search for  

# ldapAuthentication.userContextPrefix=Vaau\\

Replace Vaau\\ with your domain name so that  while you can avoid mentioning the Domain name.
Example:-
Username: - AD\srikashyap

     3.   Restart the Server.
     4.       Create User with read privilege in AD.


 

     5.       Login to OIA as rbacxadmin, Navigate to Administration-> Access Control->Click on New  OIA User and  Create same user in OIA (with different password)

 
6.       Login as srikashyap with AD password.
Username= AD\srikashyap
Password=ADPassword







No comments:

Post a Comment