Need help to connect to external LDAP

Kousik V R
User offline. Last seen 40 weeks 5 days ago. Offline
Joined: 06/08/2010
Points: 20

Hi ,

I am using presto 2.7 with Mysql database. How do we need to connect to a LDAP server from the mashups?

LDAP server is from different location. I need to connect to the LDAP server and query the same to fetch some details only using MASHUP.

 

Please help me on this.

Thanks and Regards,

Kousik V R

 

0
Your rating: None
smitchell
smitchell's picture
User offline. Last seen 2 weeks 5 days ago. Offline
Joined: 08/29/2008
Points: 34

Presto doesn't have any direct support for connecting to LDAP as a service (information source). Your best bet is to use the <script> statement in EMML with Java code to make the connection and do the query.

You can find information about using <script> in EMML for 2.7 at http://www.jackbe.com/prestodocs/v2.7.0/prestolibrary/index.html?href=PrestoLibrary.1.185.html .

Sara, technical writer/jackbe