Hi
I have a single-box MOSS2007 "farm" which uses the Network Service account
for the Central Administration app pool. I would like to change this to use
an AD account. I have tried using stsadm -o updatefarmcredentials
-identitytype configurableid -userlogin BLAH\blah -password ****** and run
iisreset /noforce but I am then unable to reach the site. If I run stsadm -o
updatefarmcredentials -identitytype NetworkService then iisreset /noforce I
can get it to work again.
I run these commands with an account that is a DomainAdmin
Am I right in thinking that this command should be able to change the
account used or is it simply for changing passwords on existing service
accounts?
How do I get an AD user to replace the Network Service?
Thanks for any help and advice