Iusr account getting locked out

K

Kidem

IUSR_Servername keeps getting lock out any ideas?

Logon Failure:
Reason: Unknown user name or bad password
User Name: IUSR_Server
Domain: COmpany Domain
Logon Type: 8
Logon Process: Advapi
Authentication Package: Negotiate
Workstation Name: SERVER
Caller User Name: NETWORK SERVICE
Caller Domain: NT AUTHORITY
Caller Logon ID: (0x0,0x3E4)
Caller Process ID: 3156
Transited Services: -
Source Network Address: -
Source Port: -


For more information, see Help and Support Center at
 
R

Roger Abell [MVP]

That is not an account lockout message, that is login failure
message, due to name or password.
Are you seeing a lockout message getting recorded ?
If so then the account does exist by that name.
The arguably most commonly seen issue with use of the
Iusr_ and Iwam_ accounts on a DC is that IIS was installed
before the server was promoted to a DC. IIS if to be on a
DC needs to be installed after dcpromo since the promotion
wipes out the local accounts used in the earlier IIS install.
 
K

Kidem

this fixed it!!


C:\Inetpub\AdminScripts>cscript adsutil.vbs set w3svc/anonymoususerpass
"whatever password" ß------ For IUSR_ Account

C:\Inetpub\AdminScripts>cscript adsutil.vbs set w3svc/wamuserpass
"whatever password" ß----- For IWAM_ Account

C:\Inetpub\AdminScripts>cscript.exe synciwam.vbs -v

C:\Inetpub\AdminScripts>iisreset
 

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