T
terry433iid
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
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