| Skip Navigation Links | |
| Exit Print View | |
|
Oracle Identity Analytics System Integrator's Guide 11g Release 1 |
1. Integrating With Oracle Identity Manager, Preferred Method
2. Integrating With Oracle Identity Manager, Deprecated Method
3. Integrating With Oracle Waveset (Sun Identity Manager)
4. Integrating With Other Provisioning Servers
To Configure the LDAP URL and BASE_DN
To Configure User Context Search
To Configure the User Account Search Key
To Configure a First Name Search Key
To Configure a Last Name Search Key
6. Integrating With Intellitactics Security Manager
7. Configuring Oracle Identity Analytics For Web Access Control
The following is a snippet of an ldap.properties file that has AD configured as the intended authenticating server.
ldapAuthentication.enabled=true
ldapAuthentication.tryNextProviderIfNoAuthenticated=false
ldapAuthentication.stopIfCommunicationError=true
ldapAuthentication.url=ldap\://localhost:389/DC=vaau,DC=corp,DC=net
ldapAuthentication.userContextPrefix=Vaau
ldapAuthentication.keepContextPrefix=false - // This is optional
ldapAuthentication.userContext={0}
ldapAuthentication.userAccountSearchKey=sAMAccountName
ldapAuthentication.firstNameSearchKey=givenName
ldapAuthentication.lastNameSearchKey=sn