Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS4 Security

Status
Not open for further replies.

majmojo

MIS
Sep 21, 2000
67
US
I have IIS4 installed on NT4sp6a and exchange 5.5 sp4 (I know same machine and all...) I installed an MS security hotfix for IIS (MS00-100). When I access OWA, I get a prompt that my password will expire in 0 days.

Any help on this one??
thanks
mojo
 
Found an "unposted resolution" from MS:
To resolve this behavior, first attempt to use the resolutions that are suggested in the articles referred to in the "Cause" section of this article. If you are still unable to resolve the behavior, or if the articles to not apply to your particular situation, follow these steps:

Go to the C:\Exchsrvr\Webdata\USA folder.
Open the Root.asp file, and then edit it:
Look for the line that reads:
if cint(days) < 0 then days = 10000
Change the line to:
if cint(days) < 1 then days = 10000
Save, and then close the file.
By changing this value to 1, you are prompted to change your password starting on the 15th day (which is the default) until there is only one day left. When there are no days left, you are then forced to change your password.

mojo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top