I understand theexamples and all the articles I've seen but I have yet to find what type of secrity that the user needs that .NET connects to LDAP with. I mean I can't use the network Admin account, IT won't allow that.
So in the membership settings, if I only wanted to validate the user and see what groups they were a member of (I plan to use AD groups for roles)....
<membership defaultProvider="ADProvider">
<providers>
<add name="ADProvider"
type="System.Web.Security.ActiveDirectoryMembershipProvider,
System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="ADConnString"
connectionUsername="charrandev.com\MembershipUser"
connectionPassword="password"
attributeMapUsername="SAMAccountName"/>
</providers>
What type of AD security does "MembershipUser" need in the above settings, if the user can not be a domain admin? Will any old user work that has read only rights to the AD (as every user has) ?
...Mastro...
HostedForYou.Com
3 for 1 Web Hosting Packages