Re: connecting to Active Directory using JNDI
Posted By:
Falko_Braun
Posted On:
Monday, November 12, 2001 05:45 AM
Try the Examples from Sun's JNDI-Tutorial. To read attributes is simple, but if you want to add entries or change passwords you have to use Kerberos (see GssExample in the Tutorial). If you can't run the samples, I might be able to help you.
Falko