LDAP ACLs V2 Connector Configuration Reference
Table of Contents
The Active Directory Connector for ACLs indexes Active Control List (ACL) information so that it can be used by other connectors.
Pod limit
The LDAP ACLs V2 connector does not support running multiple instances. Don’t run the connector on more than one pod. |
Incremental crawls
Incremental crawls work differently with the LDAP ACLs V2 connector than other connectors. Crawls follow this process:
-
Every time the connector crawl runs, all documents are indexed.
-
Each document is assigned a new field,
_lw_job_id_s
. -
The connector job assigns the
jobID
value to this field. -
When the crawl finishes, the job deletes documents that do not have the latest
jobID
value.
Configuration
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|