Connector Configuration Reference
Use the Active Directory ACL Collection (V1)
Input | Description | Example |
Start Links | Each LDAP or LDAPS URL that is crawled. | ldaps://na.lucidworks.com |
LDAP User Principal | The user principal account that crawls LDAP. | firstname.lastname@na.lucidworks.com |
LDAP User Password | The password of the user that crawls LDAP. | Password123 |
LDAP Search Base | The base DN that performs the crawl. | DC=na,DC=lucidworks,DC=com |
LDAP User Base (optional) | A list of users that are permitted to access a specific LDAP base. | OU=Users,DC=na,DC=lucidworks,DC=com |
LDAP Group Base (optional) | A list of groups that are permitted to access a specific LDAP base. | OU=Groups,DC=na,DC=lucidworks,DC=com |
LDAP User Filter (optional) | A custom attribute filter that finds user records in LDAP. | (&(objectclass=user)(sAMAccountName=*)) |
LDAP Group Filter (optional) | A custom attribute filter that finds group records in LDAP. | (&(objectclass=group)) |
SOLR ACL Collection Name | The name of the ACL collection. | acl |
Index sAMAccountName Users (Active Directory only) | When active, a document is created in the ACL collection representing a user with an ID of sAMAccountName . This allows security trimming on the domain\username version of the username. | true |
Index userPrincipalName Users (Active Directory only) | When active, a document is created in the ACL collection representing a user with an ID of userPrincipalName . This allows security trimming on the username@fqdn.com version of the username. | false |
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.