![]() |
![]() |
![]() |
GNOME Data Access 4 manual | ![]() |
---|
The LDAP provider maps LDAP searches to Libgda's data models, with the following design choices:
A data model column is created for each attibute the LDAP search returns, plus one column for the DN (Distinguished name), as the 1st column of each search; so if no attribute is requested, the resulting data model will only contain one column for the DN
If not otherwise specified, the data type of each data model column is determined by the data type of the corresponding column attribute
Multi valued attributes are by default handled as an invalid data, but it is possible to specify instead to report a NULL value, or an array in a CSV notation.
For performances reasons, some data is cached (unless the "USE_CACHE" connection variable is set to FALSE). Cache files are in the users's home directory, as per the XDG Base Directory Specification
For more information, see the GdaDataModelLdap and the GdaLdapConnection objects.