INF: How to Disable Domain Authentication BoxesID: Q158108
|
When 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.
By 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
Keywords : kbnetwork kbusage SSrvNet_Lib
Version : 4.21 6.0 6.5
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 2, 1999