Re: passwords Service accounts and services
- From: "TwistedPair" <twistedpair@xxxxxxxx>
- Date: Wed, 16 Aug 2006 07:44:28 -0700
"Miha Pihler [MVP]" <mihap-news@xxxxxxxxxxx> wrote in message
news:uvWwDaSwGHA.1808@xxxxxxxxxxxxxxxxxxxxxxx
Yes, it would be wise to restart the service once you change the password
on the service. You should be able to do this using
sc
command from command line... For more information check out
sc /?
options.
Note: I hope these service accounts do not have excessive permissions in
domain (e.g. domain administrator permissions). :-)
Yeah, working on that one too . . . the difficulty is that applying the
least privilege principle to service accounts adds a layer or two of
complexity to the entire system and may have unforseen consequences down the
line. Especially when something goes wrong. If you or anyone have a nifty
way (other than simple trial and error) to determine the least amount of
privileges a service needs to run under, I'd be really interested to know.
-P
--
Mike
Microsoft MVP - Windows Security
"TwistedPair" <twistedpair@xxxxxxxx> wrote in message
news:OWr2nwLwGHA.1512@xxxxxxxxxxxxxxxxxxxxxxx
Group,
I need to change a bunch 'o service accounts' passwords, then go to every
service that uses these accounts, and configure their passwords
appropriately. To do this I whipped up a little script that visits every
server in AD and checks the list of services on it. For each account
that I need to change I can tell the script to change that service's
password, however, here's my question . . . I will need to stop and start
that service at that point won't I? My feeling is that it will continue
to run under the old security context (old username and password) and
will eventually lock out the account that it relies upon. Hopefully I am
incorrect, or else, there is some nifty work-around. Any ideas?
Thanks!
Pair
.
- Follow-Ups:
- Re: passwords Service accounts and services
- From: Roger Abell [MVP]
- Re: passwords Service accounts and services
- From: Miha Pihler [MVP]
- Re: passwords Service accounts and services
- References:
- passwords Service accounts and services
- From: TwistedPair
- Re: passwords Service accounts and services
- From: Miha Pihler [MVP]
- passwords Service accounts and services
- Prev by Date: Re: passwords Service accounts and services
- Next by Date: Re: passwords Service accounts and services
- Previous by thread: Re: passwords Service accounts and services
- Next by thread: Re: passwords Service accounts and services
- Index(es):
Relevant Pages
|