Authenticated Users Cannot Query Secured DocumentsLast reviewed: March 4, 1998Article ID: Q161400 |
The information in this article applies to:
SYMPTOMSIf the Microsoft Internet Information Server (IIS) is configured to allow Anonymous access and either Basic authentication or Microsoft Windows NT Challenge Response authentication, and it contains both a secured virtual directory and an authentication virtual directory, one of the following may occur:
CAUSEIf the Anonymous user has access to the .IDQ file, then the browser does not pass the authentication header along with the GET or POST. This causes the .IDQ file to be run in the context of the anonymous user account. Running the .IDQ file in the Anonymous user’s context only allows the unsecured documents to be retrieved. NOTE: If you are using ASP files to query in Index Server 2.0, the ASP files also need to be secured.
WORKAROUNDCreate a separate .IDQ file for the authenticated users and remove the Anonymous user account from the Windows NT NTFS file permissions of that file. This will cause the browser to send the authentication header with the GET or the POST, ensuring that the Index Server can identify who is logged on. Once the Index Server knows who is logged on, then you can retrieve secured documents reliably. Keywords : indxsecurity kbgeneral Version : WINNT: 1.1,2.0 Platform : winnt Hardware : ALPHA x86 Issue type : kbprb Solution Type : kbworkaround |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |