I have this working pretty well with ONE role - domain users. However, i need to grant/restrict access to other roles... which were easy enough to add via the web.config -- in fact, the member section picked up the roles correctly on each member. However, if i protect a node via Public Access to any group other than the main group [domain users] it redirects to the login error page.
not sure - I think this version of the provide is case sensitive so if the group names don't match that of the domain it will not match them, also you might want to check for spaces between the group names in the config - (i.e group1,group2,group3 might be diffrent to group1 ,group2 ,group3 - both work, but it has to be consistant)
also umbraco stores the security in umbraco.xml in the app_data folder if you have been making a lot of changes (or indeed if you have multiple host names) you can end up with rouge entries in the file - editng it is very dangorus, but you might want to do a search and replace if it's a case issue.
I do have a version where case and space don't matter - i've just got to build a test domain to confirm it works before release!
multiple AD roles?
I have this working pretty well with ONE role - domain users. However, i need to grant/restrict access to other roles... which were easy enough to add via the web.config -- in fact, the member section picked up the roles correctly on each member. However, if i protect a node via Public Access to any group other than the main group [domain users] it redirects to the login error page.
am i missing a config somewhere?
Kevin, i know your subscription emails were down for a while... any thoughts on this?
not sure - I think this version of the provide is case sensitive so if the group names don't match that of the domain it will not match them, also you might want to check for spaces between the group names in the config - (i.e group1,group2,group3 might be diffrent to group1 ,group2 ,group3 - both work, but it has to be consistant)
also umbraco stores the security in umbraco.xml in the app_data folder if you have been making a lot of changes (or indeed if you have multiple host names) you can end up with rouge entries in the file - editng it is very dangorus, but you might want to do a search and replace if it's a case issue.
I do have a version where case and space don't matter - i've just got to build a test domain to confirm it works before release!
it was the comma space issue in the webconfig... grrrr....
thanks for the help and the great package!
is working on a reply...