Can a开发者_JAVA百科nyone tell me how to connect to an LDAP server?
I need a username/password authentication to be done by LDAP integrated with IE, which I intend to do using Java. Given that I only know the IP address of the server, is it possible that way I can reach the server so that I can authenticate with it somehow automatically using Java?
Here is link to LDAP Authentication using Java
Do you want to do SSO with NTLM? In this case this might help you. Otherwise you can use the javax.naming
package to connect to LDAP. Or have a look at jldap
精彩评论