0

Is is there a way to retrieve the current user's login credentials from a windows machine and use them to bind an LDAP connection using UnboundID's LDAP SDK?

I need to avoid asking for the user's credentials or storing any credentials in the application itself.

EDIT: At this point I am not explicitly bound to using UnboundID LDAP SDK. If there are alternatives that provide this functionality I am open to suggestions.

Dragonator
  • 11
  • 2

1 Answers1

0

You need to use IWA authentication http://en.wikipedia.org/wiki/Integrated_Windows_Authentication and then to retrieve the user information using UnboundID's LDAP SDK

Michael
  • 10,063
  • 18
  • 65
  • 104