|
Posted by andrea.richardson on February 22, 2008, 8:55 am
Please log in for more thread options > On Feb 20, 9:45=A0am, andrea.richard...@gs.com wrote:
>
> > I am trying to install a windows service under a local account. The
> > service needs to be able to connect to a database on another server.
> > I
> > really don't want to change the account to be a domain account. What
> > is the best way to do this?
>
> Under normal circumstances, the only way that a local account can
> authenticate to a different server is if there are identical accounts
> on each server.
>
> If you need to authenticate off-box, you should be using a domain
> account. Why would you not want to do this?
>
> HTH,
> Dave
Thanks for that. The reason I didn't want to use domain accounts is
from what I have been told they are more difficult to maintain and
pose a higher security risk. (in a large networked organisation). Not
sure how true that is?
|