A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
Security
Author
Authenticate user against MS active directory in Java
Bruce Jin
Ranch Hand
Joined: Sep 20, 2001
Posts: 666
posted
Mar 09, 2009 08:35:14
0
I need to authenticate user against MS active directory in my
servlet
application. Has anyone done this? Can you point me to some resources?
Thanks!
BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design
Crazy Bikes
created by
m-Power
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
Mar 09, 2009 08:45:08
0
I think AD supports LDAP, which can be used from Java via the JNDI API. Your servlet container may have provisions for doing that automatically for authenticating users, e.g.
Tomcat
has the
JNDIRealm
.
http://wiki.java.net/bin/view/Javapedia/ActiveDirectory
has a lot of information about using AD from Java.
Android apps
–
ImageJ plugins
–
Java web charts
Bruce Jin
Ranch Hand
Joined: Sep 20, 2001
Posts: 666
posted
Mar 09, 2009 09:41:31
0
Thanks for the link!
I will take a look.
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Authenticate user against MS active directory in Java
Similar Threads
Regarding Kerberos Authenication And Windows Active Directory.
Authenticate User against Windows Directory.
Tomcat with windows Active directory
User Authentication against window active directory
Tomcat with windows Active directory
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter