Accessing username/addressbook via LDAP

Hi

I am not sure if this makes sense. I am developing a web application on domino 6.5 which allows user to create a form without authentication. What I have been asked to do is to provide an addressbook look up, The users however have asked me if its possible to use domino LDAP services to retrieve the names and address so that I do not point directly to the NAB. Does this makes sense and how can I go about doing it?

Thank you in advance.

Regards

Subject: Accessing username/addressbook via LDAP

You can. Try researching JNDI. Here’s a starting point: Oracle Java Technologies | Oracle.

If you create a Java agent that is triggered by some button or other control on your page, you should be good to go. =)

+Josh+