Return to list

Integrations | LDAP

Connection
LDAP server hostname or IP address.
Defaults to port 389 for non-SSL, and 636 for SSL.
Username that Glowroot uses to bind and run LDAP queries.
This is required.
Password that Glowroot uses to bind and run LDAP queries.
Structure
Base DN for locating users, e.g. ou=Users,dc=example,dc=com
This search filter is used to find the user based on the username they enter during login. The placeholder {0} in the filter will be populated with the username. For active directory this filter is likely sAMAccountName={0}
Base DN for locating groups, e.g. ou=Groups,dc=example,dc=com
This search filter is used to find the groups that a user is a member of. The placeholder {0} in the filter will be populated with the user DN. For active directory this filter is likely member={0}
Role mapping
Full distinguished name (DN).
This is required.
Add {{page.roleMappingBlocks.length ? 'another' : 'a'}} role mapping
Test LDAP authentication