0

Can anyone 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?

Josh Leitzel
  • 15,089
  • 13
  • 59
  • 76
crazypaladin
  • 453
  • 4
  • 7
  • 17

2 Answers2

1

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

Community
  • 1
  • 1
morja
  • 8,297
  • 2
  • 39
  • 59
1

Here is link to LDAP Authentication using Java

RajeshS
  • 170
  • 3
  • 9