I am writing a Java app and at the login stage only need to accept a
userID (int), our LDAP database has complete listing of all user data
including userID
So I want to lookup a given userID from my login class (or JSP) and -
if userID present in LDAP database - allow user to proceed with the
application
Anyone know where I can see some sample code to get up to speed
quickly here
Thanks
Nigel Wade - 16 Apr 2008 10:12 GMT
> I am writing a Java app and at the login stage only need to accept a
> userID (int), our LDAP database has complete listing of all user data
[quoted text clipped - 5 lines]
> quickly here
> Thanks
This might be a good place to start:
http://java.sun.com/products/jndi/tutorial/

Signature
Nigel Wade