moov2 / Orchard.ActiveDirectoryAuthorization

Module for Orchard CMS that handles authorization for active directory users.
19 stars 15 forks source link

Extending Roles #4

Closed Excommunicated closed 11 years ago

Excommunicated commented 11 years ago

Added the addition of parsing roles from UserRoles if a user has any assigned. Mainly this was need for my usage, as adding a new AD role / Group is extremely difficult to get done, and this will allow me to Authorize all users using a common AD role, but fine grain administrator / contributor policy using the internal Role Management of Orchard. Feel free to disregard this one if you have no use for it or do not believe it to be an addition that others will find useful. It just met the requirements I had.

peterkeating commented 11 years ago

Hey Excommunicated, will take a look at this tonight and hopefully merge :)

Thanks again for getting involved, loving your contributions.

peterkeating commented 11 years ago

Top job again, only had to do a few tweaks but all good.