Microsoft KB Archive/927907: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "&" to "&")
 
Line 93: Line 93:
|-
|-
| Authenticated users
| Authenticated users
| Read & Execute, Read
| Read & Execute, Read
|-
|-
| CREATOR OWNER
| CREATOR OWNER
Line 99: Line 99:
|-
|-
| Server Operators
| Server Operators
| Modify, Read & Execute, Read, Write, Special
| Modify, Read & Execute, Read, Write, Special
|-
|-
| System
| System

Latest revision as of 13:18, 21 July 2020

Article ID: 927907

Article Last Modified on 11/27/2007



APPLIES TO

  • Microsoft Exchange Server 2003 Enterprise Edition
  • Microsoft Exchange Server 2003 Standard Edition
  • Microsoft Exchange 2000 Enterprise Server
  • Microsoft Exchange 2000 Server Standard Edition



SYMPTOMS

When you try to log off from Microsoft Office Outlook Web Access on a front-end server that is running Microsoft Exchange Server 2003 or Microsoft Exchange 2000 Server, you are not logged off.

For example, when you click Log Off in Outlook Web Access, you are prompted to enter network credentials. When you enter the network credentials, and then click OK, you are still not logged off.

CAUSE

This issue may occur because of one of the following reasons.

Cause 1

The file level permissions on the following file are incorrect:

Drive_Letter:\Program Files\Exchsrvr\exchweb\bin\locale\logoff.asp


Note The placeholder for the locale folder name depends on the HTTP header that the client sends with every browser request to the Outlook Web Access server. This HTTP header is the Accept-Language header. For example, if the Accept-Language header is English (United States)[en-us], the locale folder will be usa.

Cause 2

The AuthNTLM metabase flag on the /exchweb/bin virtual directory is set to True. This configuration is not valid on a front-end server that is running Exchange 2003 or Exchange 2000.

RESOLUTION

To resolve this issue, use one or more of the following methods, as appropriate for your situation.

Method 1: Configure appropriate permissions for the Logoff.asp file

You must configure the appropriate permissions for the Logoff.asp file. To do this, follow these steps:

  1. In Windows Explorer, locate the following folder:

    Drive_Letter:\Program Files\Exchsrvr\exchweb\bin\locale\

  2. Right-click the Logoff.asp file, and then click Properties.
  3. Click the Security tab.
  4. Configure the following permissions for the Logoff.asp file. The default permissions for this file are as follows.
    Accounts Permissions
    Administrator Full Control
    Authenticated users Read & Execute, Read
    CREATOR OWNER Special
    Server Operators Modify, Read & Execute, Read, Write, Special
    System Full Control
  5. Close Windows Explorer.

Method 2: Configure Basic authentication on the bin virtual directory

You must change the authentication method on the bin virtual directory from Integrated Windows authentication to Basic authentication. To do this, follow these steps:

  1. Start Internet Information Services (IIS) Manager.
  2. Expand Server_Name (local computer), expand Web Sites, expand Default Web Site, and then expand ExchWeb.
  3. Right-click bin, and then click Properties.
  4. Click the Directory Security tab.
  5. Under Authentication and access control, click Edit.
  6. Click to clear the Integrated Windows authentication check box.
  7. Click to select the Basic Authentication (password is sent in clear text) check box.


Note In versions of IIS that are earlier than IIS 6.0, you must click Edit under Basic authentication before you perform step 7.

  1. In the Default Domain box, type the appropriate domain name. This will be the same name that you used in the Default Domain box for the Exchange and Public virtual directories.
  2. Click OK two times.
  3. Right-click Default Web Site, and then click Stop.
  4. Right-click Default Web Site, and then click Start.
  5. Exit IIS Manager.


REFERENCES

For more information about Exchange Server front-end and back-end topology, visit the following Microsoft Web site:


Additional query words: XADM XCCC OWA

Keywords: kbexchangeowa kbexpertiseadvanced kbtshoot kbprb KB927907