User settings idea

Post Reply
User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:
User settings idea

Post by DraconPern » Tue Apr 09, 2013 3:49 am

I have been thinking about the problem where some people want to deploy user settings on top of computer settings. The issue in the past that made it a show stopper is which one takes precedence. If the user setting did, then users can easily bypass proxy, etc. If the computer setting did, then admins can't override proxy settings only on their account.

So, I am proposing an idea. have computer settings take precedence, but also have a computer setting key that specifies what group can override computer settings.

Thoughts?
FrontMotion Lead Developer

DragonHawk
Posts:120
Joined:Mon Jul 28, 2008 9:54 am
Location:NH, US, Earth

Re: User settings idea

Post by DragonHawk » Tue Apr 09, 2013 6:53 am

DraconPern wrote:I have been thinking about the problem where some people want to deploy user settings on top of computer settings. The issue in the past that made it a show stopper is which one takes precedence.
Would Group Policy loopback processing provide enough flexibility to bypass the problem? Make user settings always take precedence in your code, so admins can use the User side of a GPO to override the Group side, but then admins can use loopback processing to further override the User side as needed.

Loopback processing of Group Policy
DraconPern wrote:If the user setting did, then users can easily bypass proxy, etc.
I don't follow. As an unprivileged user, I don't have permission to make changes under HKCU\Software\Policies. If I've got admin rights, I can just install my own copy of Firefox, change the system proxy settings, change DNS, etc.; the game is already over. Am I missing something?

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Re: User settings idea

Post by DraconPern » Tue Apr 09, 2013 7:23 pm

Hmm.. you are right. Let me go back to some email/forum posts and see what was the issue before..
FrontMotion Lead Developer

Post Reply