What is a service account and how do you set one up?
Does Run as Service permission exist?
--
Thank you for your help!
JYC
"Logon as a service" is a user right (privilege) that can be assigned on a
local machine or applied via group policy, but it is not a permission like
you would set in an ACL. To run as an actual Windows service, an account
must have this privilege on the workstation it will run the service on.
Whether or not your service accounts will need this privilege depends on
whether they are running actual services configured in the service control
manager or whether they will be used for other things. They might need
different privileges (for example, IIS worker process accounts need the
privilege to log on as a batch job instead).
Service accounts are typically not used to log on interactively to a
machine, although since they are normal user accounts, that is possible.
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Mr. JYC" <Mr...@discussions.microsoft.com> wrote in message
news:8804EC34-4B39-41C6...@microsoft.com...
Where do we go to enable the PrincipleName service on the account? Please
clarify this because this seems a little strange.
--
Thank you for your help!
JYC