Use the Active Directory ACL Collection (V1)
The Active Directory Connector for ACLs indexes Access Control List (ACL) information into a configured "sidecar" Solr collection, so that it can be used by other connectors.
| This article describes how to use an ACL collection generated by the Active Directory Connector for ACLs in V1 platform version. |
During the security trimming stage, the ACL collection is queried using a Solr graph query, which creates a graph of the results using nodes from one document to another.
To use the ACL collection, provide the inputs described below when configuring the Active Directory Connector for ACLs:
| Input | Description | Example |
|---|---|---|
Start Links |
Each LDAP or LDAPS URL that is crawled. |
|
LDAP User Principal |
The user principal account that crawls LDAP. |
|
LDAP User Password |
The password of the user that crawls LDAP. |
|
LDAP Search Base |
The base DN that performs the crawl. |
|
LDAP User Base (optional) |
A list of users that are permitted to access a specific LDAP base. |
|
LDAP Group Base (optional) |
A list of groups that are permitted to access a specific LDAP base. |
|
LDAP User Filter (optional) |
A custom attribute filter that finds user records in LDAP. |
|
LDAP Group Filter (optional) |
A custom attribute filter that finds group records in LDAP. |
|
SOLR ACL Collection Name |
The name of the ACL collection. |
|
Index sAMAccountName Users (Active Directory only) |
When active, a document is created in the ACL collection representing a user with an ID of |
|
Index userPrincipalName Users (Active Directory only) |
When active, a document is created in the ACL collection representing a user with an ID of |
|