User-200615377 posted
I have a client which needs ASP.NET application authenticate using Active Directory. I downloaded ADAM and installed it and everything looks fine. I created two users and enabled them, changed their password and now I want to use those two users authenticate
from ASP.NET application, that is where things are not working out.
I want to know what kind of binding ADAM does and how should my connection string look like ? Secondly, I just want to authenticate user and get its membership. Do I need a username and password to go along with Active Directory ?
<
property
name="ADsPath">
<
value>LDAP://localhost:389/CN=Sandbox,DC=IT</value>
</
property>
<
property
name="context_name">
<
value>CN=Users,CN=Sandbox,DC=IT</value>
Other than that can someone please let me know what I'm missing.....