Services starting with Local Service Account not working as expected...

G

Galpersonal

Ok -

We have a server that we run a print service utility on. The service sends
print jobs to a Print Server on another computer. When we start the service
with a domain account, the jobs print fine. When we start the service with
a local system account, it won't print.

for some reason the domain admin will not give us a domain account to start
our server with (citing security concerns). We've asked that he create an
account, and he can start the service with any password he wants ( we do not
need to know it).

Is there a way I can ask him for a domain account and not have him feel like
this is a security risk?

Thanks!
 
D

Dave Patrick

Try creating local accounts on each with the same credentials and start the
service with the new account.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Ok -
|
| We have a server that we run a print service utility on. The service
sends
| print jobs to a Print Server on another computer. When we start the
service
| with a domain account, the jobs print fine. When we start the service
with
| a local system account, it won't print.
|
| for some reason the domain admin will not give us a domain account to
start
| our server with (citing security concerns). We've asked that he create an
| account, and he can start the service with any password he wants ( we do
not
| need to know it).
|
| Is there a way I can ask him for a domain account and not have him feel
like
| this is a security risk?
|
| Thanks!
|
|
 
G

Galpersonal

We believe the problem is the print service utility that we wrote is not
being allowed to access that print server on the other server.

I just read about the "NTSUTHORITY/NetworkService" account. It says that
account is treated like a domain account. Do you think this might solve the
problem?
 
D

Dave Patrick

"Galpersonal" wrote:
| We believe the problem is the print service utility that we wrote is not
| being allowed to access that print server on the other server.
* I agreed per your description. That's why I made the sugestion.


| I just read about the "NTSUTHORITY/NetworkService" account. It says that
| account is treated like a domain account. Do you think this might solve
the
| problem?
* Doesn't hurt to try.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
J

Joe Richards [MVP]

The Local Service account doesn't have any network access. You would
want to look at the Network Service Account. It will act like an
authenticated user on other network machines. If you need to give it
additional permissions, you would have to specify the computer account
of the machine the service is running on.

--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net


---O'Reilly Active Directory Third Edition now available---

http://www.joeware.net/win/ad3e.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top