Re: identify disabled users and bad bad passwords
From: Bernard (qbernard_at_hotmail.com.discuss)
Date: 12/21/04
- Next message: Bernard: "Re: Getting "The function requested is not supported" -IIS 6"
- Previous message: Ken Schaefer: "Re: Need a Teacher on CA"
- In reply to: Scilabop: "identify disabled users and bad bad passwords"
- Next in thread: Scilabop: "Re: identify disabled users and bad bad passwords"
- Reply: Scilabop: "Re: identify disabled users and bad bad passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 21 Dec 2004 14:55:29 +0800
Well, 401.1 stands for login failed, hence it could be username/password
wrong, it could be account disabled and lockout. Not sure if the win32
status code field will give you more detail, but you can try enable it in
the w3c extended iis log format.
as for the login prompt, it's actually client browse control. IIS only
return authentication header and it's up to client browser to react.
-- Regards, Bernard Cheah http://www.tryiis.com/ http://support.microsoft.com/ http://www.msmvps.com/bernard/ "Scilabop" <scilabop@Xuvic.ca> wrote in message news:%23pBcz6H5EHA.1404@TK2MSFTNGP11.phx.gbl... > Hello, > > We are using IIS5.0 and integrated windows authentication to protect > network > resource. > The system takes both disabled accounts and bad username and password > pairs > as HTTP401.1 error. My task is to distinguish these errors, and then take > corresponding actions. But I have problem to retreive the unauthorized > username. > > I am really curious about what triggers those .htr files within > /inetsrv/iisadmpwd. Is that the iisadminpwd.dll file controls everything? > If > I could look into the source code for the little popup authentication > window, my task would be easy to get done. > > Any helps are appreciated. > > Ally > > > >
- Next message: Bernard: "Re: Getting "The function requested is not supported" -IIS 6"
- Previous message: Ken Schaefer: "Re: Need a Teacher on CA"
- In reply to: Scilabop: "identify disabled users and bad bad passwords"
- Next in thread: Scilabop: "Re: identify disabled users and bad bad passwords"
- Reply: Scilabop: "Re: identify disabled users and bad bad passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|