Version 1

    Highlights

     

    Teiid Designer 8.3 introduces the following changes and features

    • Import wizard for LDAP Directory Server


     


    Importing from an LDAP Directory Server

     

    TEIIDDES-305

     

    An LDAP importer wizard has been added as new functionality. This is intended to ease the burden of constructing source models that utilise the Teiid LDAP connector, by providing a simple UI allowing selection of tables and columns and the auto-populating of table and column properties with the necessary values.

    import-ldap-table-page.png

    The result of the import wizard is a single source model containing:

    • tables each representing an entry in the LDAP Directory, where the rows will be the entry's child-entries;
    • columns of tables representing the attributes of the table entry's children.

     

    The tables can be queried using SELECT queries and, with a few prerequisites, can be modified with UPDATE, DELETE and INSERT queries.