Home All Groups Group Topic Archive Search About

Service runing under Local System account ???

Author
18 Aug 2006 9:25 AM
serge calderara
Dear all,

I have a service which is runing under System Local account. That service is
calling a COM+ serviced Components that is executed only by members of
Domain\ACCOUNT group. I have add using COM+ mangement tool the DOMAIN\Account
for the serviced component.

I ma logged on my machine with user Domain\Account
When I run my Service and it try to call the serviced component I get an
access denied ?

DO I have to impersonate the logged user  ?

thanks for help
Regards
serge

Author
19 Aug 2006 10:54 AM
Dominick Baier
if you want to give SYSTEM access, make sure the computer account is allowed
to call your component. this is MACHINENAME$.

dominick
www.leastprivilege.com

Show quoteHide quote
> Dear all,
>
> I have a service which is runing under System Local account. That
> service is calling a COM+ serviced Components that is executed only by
> members of Domain\ACCOUNT group. I have add using COM+ mangement tool
> the DOMAIN\Account for the serviced component.
>
> I ma logged on my machine with user Domain\Account
> When I run my Service and it try to call the serviced component I get
> an
> access denied ?
> DO I have to impersonate the logged user  ?
>
> thanks for help
> Regards
> serge