JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics System Integrator's Guide 11g Release 1
search filter icon
search icon

Document Information

Preface

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

5.  Authenticating With LDAP

Configuring ldap.properties

To Configure the LDAP URL and BASE_DN

To Configure the Domain Name

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

Example of ldap.properties

6.  Integrating With Intellitactics Security Manager

7.  Configuring Oracle Identity Analytics For Web Access Control

8.  Customizing The Oracle Identity Analytics User Interface

A.  Oracle Waveset Sample Workflows

Example of ldap.properties

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