Tables
The server models the data in LDAP as a list of tables in a relational database that can be queried using standard SQL statements.
CData MCP Server for LDAP Tables
| Name | Description |
| Group | Stores a list of user Distinguished Names (DNs) for managing access and security roles on organizational resources. |
| OrganizationalPerson | Contains organizational details about a user, such as employee number, department, manager, job title, office address, and more. This class is commonly used for directory information systems. |
| Person | Stores personal information about a user, including general details such as name and contact information. |
| Top | The root class from which all other LDAP classes are derived. It provides foundational attributes for other directory classes. |
| User | Stores information about employees, contractors, or long-term visitors in an organization. Includes attributes such as name, contact details, and job-related information. |