But no matter what user i try, it do not work.. Also if i try to browse user from the membersection in umbraco no users are found (i have set enableSearchMethods="true" in web.config).
I had the same issue yesterday with a custom membership provider yesterday from a client (not AD), I could not assign any roles. I had to configure teh role provider indeed. (And fix a bug in it)
I would like to give access to users present in an active directory as umbraco users (not members so that they access the backoffice side of umbraco). I would like also to apply differentiated accesses according to the profile in the active directory.
I have seen some post but for members, is that possible for Users?
Use members from AD
Hello
I want to use our AD to validate users. So i have setup AD membershipprovider ad descriped here on our.umbraco.org
This works perfectly with Umbraco users, but I can't get this working with siteusers.
I have setup authorization to this,
<authorization>
<deny users="*" />
<allow users="?" />
</authorization>
Anyone ?
Comment author was deleted
Are you using the System.Web.Security.ActiveDirectoryMembershipProvider ?
Hi Tim
Yes I am using the following provider
<add name="MyADMembershipProvider"
type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="ADConnectionString"
connectionUsername="[email protected]"
connectionPassword="mypassword"
attributeMapUsername="sAMAccountName"
enableSearchMethods="true"/>
Do a also need to change the RoleProvider in web.config ?
Have anyone ever tried this ?
Any hint will be Appreciated ?
Hi Thomas,
I had the same issue yesterday with a custom membership provider yesterday from a client (not AD), I could not assign any roles. I had to configure teh role provider indeed. (And fix a bug in it)
Cheers,
Richard
Hello all,
I would like to give access to users present in an active directory as umbraco users (not members so that they access the backoffice side of umbraco). I would like also to apply differentiated accesses according to the profile in the active directory.
I have seen some post but for members, is that possible for Users?
Thanks in advance
Regards,
Ricardo
is working on a reply...