|
|
|
|
| |
| Support |
| Knowlege Base |
| |
|
Search our Knowledge Base for technical articles. This database may contain information sourced from other sites.
You can enter up to 100 characters in your search term. We continue to add articles in this database as we encounter issues in our support work.
If you are directed to this page to start a support session click on the logo below. You will be prompted to install a file. Please follow the directions provided by support.
|
| |
| OWA - Current Password Is About To Expire In 0 Days |
OWA - Current Password Is About To Expire In 0 Days (02-10-2001)
--------------------------------------------------------------------------------
If you receive the following error message:
"Your current password is about to expire in 0 days." when you log on to an Exchange Server 5.5 using the Outlook Web Access client, but it really never does expire, it is most lickly because your account is located in a local account database of a member server, you must disable the Change Password option on the Windows NT member server by editing the Constant.inc file located in the Exchsrvr\WebData\USA folder. Follow these steps to disable this option:
Using Notepad, open Constant.inc.
Under Administrative Settings, locate the following line:
fEnablePasswordMenu = true
Change this entry to read:
fEnablePasswordMenu = false
On the File menu, click Save > exit
Note: If you are using SSL or plan to use it, or if you will be using the Change Password functionality, then you will want to edit the root.asp file instead.
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.
|
| Link |
http://www.mike-tech.com/article.php?gif=exchange55&article=106
|
| File |
|
| |
|
|
|
|
|