INF: How to Disable Domain Authentication BoxesLast reviewed: April 9, 1997Article ID: Q158108 |
The information in this article applies to:
SUMMARYWhen using the 16-bit Windows Multi-Protocol Net-Library (Dbmsrpc3.dll) to connect to a computer running SQL Server, domain authentication dialog boxes appear that request you to provide the proper domain credentials. This article provides information about how to disable these dialog boxes.
MORE INFORMATIONBy default, the 16-bit Windows Multi-Protocol Net-Library assumes integrated security on connection attempts. This causes the domain authentication dialog boxes to appear, requesting domain account information (this behavior is expected). For more information about this behavior, please refer to the following topics in the Administrator's Companion of SQL Server Books Online: Configuration, Configuring Client, Network Connections, and Multi-Protocol Clients. To prevent the authentication dialog boxes from appearing, you need to disable the encryption feature of the Multi-Protocol Net-Libraries on both the client and the server. To do so, you need to add the following entry in the RPC Net-Library section of the client's Win.ini file: [RPCnetlib] Security=none On the server, you need to do the following:
|
Additional query words: RPC password login WFW win95 win3.1
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |