set permissions on service

  • Thread starter Thread starter Patrick Connolly
  • Start date Start date
P

Patrick Connolly

Is there a way to set permissions on individual services to allow a
user/group of users to restart that service without giving the users admin
permissions?

Thanks
Pat Connolly
 
There is a couple of ways as described in the link below by using security
templates or the command line tool subinacl. Subinacl is not exactly user
friendly so you may also want to try a free third party tool called setacl.
Note the user would also need the permissions to start any services that the
service "depends on" as shown in the service properties if any in case they
are stopped. --- Steve

http://support.microsoft.com/default.aspx?scid=kb;en-us;288129 -- applies
to XP/W2003 also
http://setacl.sourceforge.net/html/examples.html --- see example 23.
 
Thanks Steve, this is what I was looking for.


Steven L Umbach said:
There is a couple of ways as described in the link below by using security
templates or the command line tool subinacl. Subinacl is not exactly user
friendly so you may also want to try a free third party tool called
setacl. Note the user would also need the permissions to start any
services that the service "depends on" as shown in the service properties
if any in case they are stopped. --- Steve

http://support.microsoft.com/default.aspx?scid=kb;en-us;288129 --
applies to XP/W2003 also
http://setacl.sourceforge.net/html/examples.html --- see example 23.
 
Back
Top