I have to build two websites running on a single sitecore instance. Both the sites using same AD domain(mydomain) but 2 different user groups(users1, users2). Here it is "((memberOf=cn=users1,OU=Groups,OU=mydomain Accounts,dc=mydomain,dc=org)(memberOf=cn=users2,OU=Groups,OU=mydomain Accounts,dc=mydomain,dc=org))"
.
Users1 has access to both Site1 and Site2. But users2 has access to site2 only. How to configure membership provider in this case? Creating two different provider with same domain threw me an error saying "Duplicate domain entry". can someone help me with this?
Thanks Dev