Configure Organization Provider - Active Directory

Basic Tab

Options  
Initial Context Factory Specifies the JNDI class name that creates sessions with the directory service.
URL Specifies the URL used to connect to the directory service.
Principal Specifies the user id to connect to the directory service.
Credentials Specifies the password used to connect to the directory service.

Properties

This tab allows you to specify additional properties that are supported by the JDBC driver. Properties are defined using name/value pairs.

Runtime Tab

Option Description
Maximum Pool Size Specifies the maximum number of connections within the connection pool. Database connections are grouped together within a connection pool to improve performance.
Maximum connections per user Specifies the maximum number of connections within the connection pool for each user.
Connection Idle Time (minutes) Specifies how long a connection can be idle before it times out.
Minimum Pool Size Specifies the minimum number of connections with the connection pool.
Maximum Opened Cursors Specifies how many queries can be created for each connection.