How do you determine if your domain isn't AD or ADAM?
Posted
by
icurious
on Super User
See other posts from Super User
or by icurious
Published on 2011-06-23T18:17:04Z
Indexed on
2011/06/24
16:25 UTC
Read the original article
Hit count: 268
active-directory
|ldap
I'm trying to get some authentication stuff set up in ASP MVC, but keep getting thrown errors about how it doesn't support anything but Active Directory (AD) and Active Directory Application Mode (ADAM).
How can I figure out the actual running version of my LDAP provider? Is there some sort of command or query I can run against it? It's entirely possible it isn't AD or ADAM, but I have no idea how to figure that out.
© Super User or respective owner