Simple LDAP Query to AD (without password)
I want to get a few pieces of information about the current user, from the Active Diretory.
The user is already logged in and authenticated against the Active Directory. .NET is installed on the user's computer.
I can make a successful query and get the info I'm looking for, as long as I pass the username and password in the call. However, I want to do this WITHOUT knowing the password.
Anyone know how to do this?
|