INF: Using GUEST Account on LAN Manager to Access SQL ServerLast reviewed: April 28, 1997Article ID: Q89078 |
The information in this article applies to:
- Microsoft SQL Server version 4.2 for OS/2
SUMMARYWhen Microsoft SQL Server for OS/2 is running on a Microsoft LAN Manager server with user-level security, a user can access SQL Server even if the user is not validated by the server or the domain controller. This is done through the GUEST account in LAN Manager, but the permissions on named pipes have to be appropriately granted to the GUEST account. Sometimes, it looks like the permissions are granted properly but the user still can't access SQL Server. This article explains how to grant named pipe permissions to the GUEST account.
MORE INFORMATIONFor a nonvalidated user to access SQL Server through the GUEST account in LAN Manager, the GUEST account must be granted the permission to use named pipes. However, simply granting the permission to an account named GUEST or the group *GUESTS does not guarantee that the permissions are granted properly. If it seems that the GUEST account is properly granted the named pipes permission, but a guest still can't access SQL Server, do the following to check the permission:
A common mistake is that the permission is granted to the group *GUESTS, but none of the members in the group matches the name in the guestacct= entry. To grant permissions to both GUEST and *GUESTS does not guarantee that the permissions are granted properly, because there may be a case where the guestacct= entry is not GUEST, or guestacct=GUEST but GUEST is assigned an account status other than GUEST.
|
Additional query words: Setup
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |