Skip to content

Use LDAP as Datasource for Birt RPT-Designer All in One #1555

Closed Answered by speckyspooky
mabu999 asked this question in Q&A
Discussion options

You must be logged in to vote

There is no default way for the LDAP-queries because the datasource implementation is based on the dao-concept (data access object).

This means the driver must fullfill the concept with the according API-methods to connect a data sorce, query the source and retrieve data from there. But this is a task of the driver and I never found an LDAP-driver for that.

My supplier implemented an own Java-extension/PlugIn for such topics and I use it on JavaScript level.
The additional problem is that the LDAP-tree structure is not a standard in his nodes so each LDAP use his own structure.
And so it wouldn't be so easy to create a jdbc-ldap-driver for that.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mabu999
Comment options

Answer selected by mabu999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants