1
Answer

User Authentication using LDAP

Photo of Ifra Shaheen

Ifra Shaheen

9y
1.1k
1
Hi,
In my application  want to authenticate user using LDAP from AD. but i don't know how to configure it in web.conig. Please guide how to do configuration?
thanks in advance.
like what will be in key an  value field  e.g ip,port# or something else.
<appSettings>

<add key="DirectoryPath" value="LDAP://XXXXXXXX,XXXXXX,XXXXXX"></add>

<add key="DirectoryDomain" value="YY"></add>

</appSettings>


Answers (1)