I am using Weblogic, Ejb3.0. Java 1.6
I need to access Active Directory via Java code. I read about several ways (Kerberos, LDAP)
Anyone could advice me on c
You can query Active directory via JNDI and run LDAP operations
http://docs.oracle.com/javase/tutorial/jndi/ldap/authentication.html http://docs.oracle.com/javase/tutorial/jndi/ldap/operations.html http://mhimu.wordpress.com/2009/03/18/active-directory-authentication-using-javajndi/