Role-Based Permissions
Is anyone doing anything regarding streamlining user permission management? Over time, the "copy user" method seems to get messy as people move around the company, roles evolve, etc.
I was thinking of creating template users for each role in the company (i.e. _Sales, _ProcEng, _ProdMgr, etc.), then when a new person starts I can simply create them as a copy of the template. If someone changes positions, I simply resync them to the proper template. I also considered writing a .NET application to assist with this (along with regularly resync users to their roles). We comply to FDA requirements, and it is very important that this is tightly controlled. I would prefer to manage roles, NOT users.
Any thoughts or ideas would be greatly appreciated - thanks in advance.