Active Directory and Java

T

Tom Ewall

We currently manage application security through database tables and
are considering switching to using LDAP, specifically Microsoft's
Active Directory.

I'm assuming there are java API's for doing the LDAP queries, but am
having trouble finding information. Any help would be appreciated.
(I'm looking primarily for links, but any code snipets would be great
too)
 
B

Byron Miller

Tom Ewall said:
We currently manage application security through database tables and
are considering switching to using LDAP, specifically Microsoft's
Active Directory.

I'm assuming there are java API's for doing the LDAP queries, but am
having trouble finding information. Any help would be appreciated.
(I'm looking primarily for links, but any code snipets would be great
too)

http://www.openldap.org/jldap/

And

JNDI Resources:

http://java.sun.com/products/jndi/tutorial/ldap/

-byron
 
S

Sam

We currently manage application security through database tables and
are considering switching to using LDAP, specifically Microsoft's
Active Directory.

I'm assuming there are java API's for doing the LDAP queries, but am
having trouble finding information. Any help would be appreciated.
(I'm looking primarily for links, but any code snipets would be great
too)

IIRC, JNDI is supposed to be a general purpose directory service api
that can be used as an interface to other services such as LDAP.

Regards,
Sam90
 
N

Nigel Wade

We currently manage application security through database tables and
are considering switching to using LDAP, specifically Microsoft's
Active Directory.

I'm assuming there are java API's for doing the LDAP queries, but am
having trouble finding information. Any help would be appreciated.
(I'm looking primarily for links, but any code snipets would be great
too)

I'm using the Novell libraries from
http://developer.novell.com/ndk/ldap-index.htm

There are links on that page for download, the docs and sample code.
 
J

JQ

Tom said:
I'm assuming there are java API's for doing the LDAP queries, but am
having trouble finding information.

There are, see the JNDI libraries and interfaces. You may obtain
contexts to LDAP directories through an ldap: URL naming scheme. MSAD
works (though has it's own intracacies as all MS products seem to).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top