Monday, April 30, 2018

active directory - Run service under AD account

I am trying to run a custom service (made in visual studio) on a networked applications server that has been joined to a domain. I would like the service to run under a very specific account (Service_ServiceName) for security reasons.



I have created the domain account and granted it the log in as a service right but the service fails to start with the message "The [Service name] on Local Computer started and then stopped. Some services stop automatically if they are not used by other services or programs".



When the service is started under local system it loads correctly. If I grant the user admin rights it starts, however (again for security reasons) I don't want the service to run under an administrator account. Is there a specific right that I need to grant to allow this service to run?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...