Does anyone have an idea of what exacts rights NAS requires to run on a Windows Server 2003 server.
I have added the NAS user (my windows login account) to the Power Users, and NAS refuses to start. The service does not respond in a timely fashion, and the Service Control manager states that the service did not respond in 3000 milliseconds etc.
(For test purposes, NAS does very little once logged in, just writes a message to a log to verify login).
We then added the NAS user to the Administrators group and NAS starts perfectly.
I have a client who is not happy with having this sort of account in the administrators group.
Any ideas how to get around this ?
Thanks.
0
Comments
RIS Plus, LLC
When the user is a power user, I just get no response from the service, and it fails to start. Not even an error message in Application log. Service log says that the service failed to respond in a timley fashion.
The Security Hardening Guide only says that the NAS account should not be part of the administrators group.... nothing more.
Any ideas of how I can find what the error is ?
We are using 3.7B Navision on SQL 2000.
RIS Plus, LLC
My NAS is writing a message to a Navision table (Log table) that it has full access to.
This is just for test purposes. In reality it will be listening for MSMQ messages etc...
NAS has role SUPER allocated to it.
RIS Plus, LLC
No messages.. not even the usual NAS startup one appears in the event log if the user is not a local administrator.
Whats even stranger to me, is that if I change the credentials to a non-admin account that does not have a login to the database, I get the usual, "Incorrect user name and password" in the event log.
Think I am going to have to leave it as admin for now... maybe I will find the problem after a while.
You have a Windows login (say john.smith) set up with the SUPER role in Navision. This login permissions to run as a service.
If this account is a member of the admin group, you can get NAS to start. When you take the admin group away, NAS won't start?
RIS Plus, LLC