Re: Manage User Privileges Programmatically
From: Larry Smith (no_spam_at__nospam.com)
Date: 10/24/05
- Next message: Steven L Umbach: "Re: Automagically Lock a users Desktop (Active Directory -> GP Objects"
- Previous message: Danny Sanders: "Re: Automagically Lock a users Desktop (Active Directory -> GP Objects"
- In reply to: Roger Abell [MVP]: "Re: Manage User Privileges Programmatically"
- Next in thread: Roger Abell [MVP]: "Re: Manage User Privileges Programmatically"
- Reply: Roger Abell [MVP]: "Re: Manage User Privileges Programmatically"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 24 Oct 2005 11:46:51 -0400
> Solution: document in the install docs that your installed expects a
> group named "x" that is granted the user right to log on as a service,
> and give the admin a way to specify "x" if they do not like your
> default. Your installer just makes sure the account is in the group.
> Everyone is happy. It works with group policy latch down, your
> install works and keeps working, and admins do not feel your install
> is being sneeky tweaking critical settings behind the scenes.
Your rationale may be that this is a cleaner way of doing it but as for
security, an install program normally needs admin rights in which case it
can pretty much blow your machine up if it wants (let alone play with
criticial settings). There's an element of trust that comes with letting a
program run as an administrator and in practice one can't have it both ways
(allowing an app to run with elevated rights but then trying to lock the
machine down so tight that it can't do its job).
- Next message: Steven L Umbach: "Re: Automagically Lock a users Desktop (Active Directory -> GP Objects"
- Previous message: Danny Sanders: "Re: Automagically Lock a users Desktop (Active Directory -> GP Objects"
- In reply to: Roger Abell [MVP]: "Re: Manage User Privileges Programmatically"
- Next in thread: Roger Abell [MVP]: "Re: Manage User Privileges Programmatically"
- Reply: Roger Abell [MVP]: "Re: Manage User Privileges Programmatically"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|