Skip to main content

LDAP

Directory Services

The LDAP Connector integrates with LDAP-compliant directory services, including Microsoft Active Directory, to synchronize identity and infrastructure data into the Brinqa platform. It retrieves user accounts, computer accounts, groups, printers, sites, and subnets over the LDAP protocol, mapping user entries to Person and computer entries to Host while surfacing the directory's own schema attributes for every object type.

Connections are made directly to the directory server over TCP with support for SSL/TLS, StartTLS, and configurable TLS protocol versions. Every model is retrieved with a paged subtree search rooted at the configured base context, so large directories are traversed in bounded batches.

The connector is built on the UnboundID LDAP SDK and implements the Brinqa Connectors Framework SPI (Connector, TestOp, DynamicSchemaOp, SearchOp).

Category: Directory Services


Data retrieved from LDAP

Connector ObjectRequiredMaps to Data Model
UserYesPerson
ComputerYesHost
GroupYesGroup
PrinterYesPrinter
SiteYesSite
SubnetYesSubnet

Model relationships

note

For detailed steps on how to view the data retrieved from LDAP in the Brinqa Platform, see How to view your data.