Originally posted by Debu Panda:
It depends upon what application server you are using. Most app servers provide JAAS compliant login modules to use Active Directory. If your server does not provide one then you have to build a login module. Here is a an example of JAAS login module
http://download-west.oracle.com/docs/cd/B32110_01/web.1013/b28957/loginmod.htm#CFIHIIAB
regards
Debu
Well until now I have thought it is enough to install java + spring ldap on the client pc where i develop the java application. So when i wanna execute the java app and get in contact with the active directory of the W2K server i need something like an interface on the server right? you call this interface "JAAS login module"
http://de.wikipedia.org/wiki/JAAS wiki site says the JAAS is part of the java libraries already.
�javax.security.auth� what is better your OC4J or the internal java classes for auth login?
You speak of application server? Is a windows 2000 server not enough? or is there a misunderstanding? sorry my first language is not english ;-)
So in any case I need some app/interface whatever it is on the w2k server so i can login via java app running on the client right?
Instead of JAAS could I also use OpenLdap as an LDAP server and login with the help of LDAP ? There are so much possibilies i think very confusing for a java network n00b ;-)
[ April 03, 2007: Message edited by: Bastien Neyer ]
[ April 03, 2007: Message edited by: Bastien Neyer ]