Posted By:
Anonymous
Posted On:
Monday, June 3, 2002 03:51 AM
LDAP or lightweight Directory access protocall (?) if I remember it correctly is only the protocall to access a directory.
If you want to learn about directories you should read about ADSI in microsofts website or any other directory service.
I use LDAP to connect to ADSI and read from ADSI by using JNDI.
there are also some tutorials on how to access something over LDAP in the www.javasoft.com website.
hope it helps.
-reynir