How to Set Up and Configure LDAP Connector
All BA Insight connectors can be downloaded from the Upland Community under Knowledge > BA Insight > Product Downloads > Connectors. This connector is installed with the same generic steps as any BA Insight connector. You must satisfy the Prerequisites for your connector before installing. The configuration specifics are detailed below.
How to Configure the LDAP Connector
- In Connectivity Hub, click Connections > New Connection Connection defines the how Connectivity Hub connects to your Source System (which contains your documents, graphics, etc.,). Your Connection includes identifying elements such as: URL of the BA Insight web service connector you are using, (File Share connector, SharePoint Online connector, etc.), Authentication mode, User Accounts and Credentials, Database information (for database connectors) > Web Service Connection.
- Enter the web service URL for your connector.
- In the Services field, choose one of the two services depending on your directory authentication settings:
- Services
- Authentication: Simple Bind:
- The default LDAP authentication mechanism (using the LDAP BIND operation).
- Authentication: Anonymous:
- Used to access the LDAP server without specifying a username or password.
- Authentication: Simple Bind:
- Services
- Click Connect.
Common Connection Configuration Settings
Setting | Description |
---|---|
LDAP Server |
|
Base DN list: |
Example:
|
Search for descendants within specified base DNs: |
|
Properties to request per record to index |
The first line must specify the property to use as the unique identifier for each record.
The second line is a comma separated list of properties to return for each record. Example:
|
Enumeration query |
LDAP query that returns a list of ids to be indexed. Example: This means: search for all entries that have:
|
Simple Bind Connection Configuration Specifics
In addition to Anonymous connection configuration there are the following settings:
Setting | Description |
---|---|
LDAP Account |
|
Password | The password for the LDAP account. |
Content Configuration Specifics
Because the LDAP Directory may contain any kind of attribute and LDAP implementations do not necessarily have web interfaces, the following two fields must be configured when creating a content source Content Sources do the following: Receive data from the Source System via the Connection, Filter the data it receives, Provide the results to the Target, Define the specific search index that contains the content you wish to index (and later search). bound to the LDAP connector:
Setting | Description |
---|---|
Item Url |
This is the URL for the record indexed.
If you do not have a web interface, use the following examples to configure this property:
Note: This works only with Internet Explorer.
|
Item Title |
|
Other Configuration Specifics
The following settings can be found in the file web.config:
Setting | Description |
---|---|
Item Cache in Minutes |
|
Client Timeout In Minutes |
The maximum amount of time that the client waits for the server to return results. |
Provider Cache In Minutes | The sliding expiration time for the providers cache. |
Note: For target A Target is a "pointer" to a specific instance of a search application, such as Elasticsearch. - (A Search application instance has one or more indexes) sync, set File types to include to blank. This enables every item to be crawled.
LDAP Secured
-
LDAPS is the only supported version of LDAP Secured (STARTTLS is not supported).
-
The certificate for LDAPS must be trusted on the server where the LDAP connector is deployed.
-
The only data type supported for metadata is string.
-
Other data types like Guid, UUID, Sid etc. are not supported.