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
  • 14,559
  • 13
  • 58
  • 76
crazypaladin
  • 313
  • 4
  • 6
  • 16

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,029
  • 2
  • 34
  • 55
1

Here is link to LDAP Authentication using Java

RajeshS
  • 170
  • 3
  • 9