Re: How to force usage on NTLM
From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 03/29/05
- Previous message: Maria Garcia: "Privilege in scheduling packages through sql agent jobs"
- In reply to: Ron: "Re: How to force usage on NTLM"
- Next in thread: Ron: "Re: How to force usage on NTLM"
- Reply: Ron: "Re: How to force usage on NTLM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Mar 2005 22:12:59 GMT
Well, one thing you could try is to force the connection to use Named
Pipes. I believe the last time I tested this, Named Pipes would always
authenticate via NTLM. Whereas with TCP to make a Trusted Connection we
rely on SSPI and always try Kerberos first. Named Pipes can impersonate
the client natively, and don't need to go thru the SSPI api. Essentially,
there should be less overhead with Trusted Connections using Pipes that
Sockets in this regard.
Hope this helps,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.
- Previous message: Maria Garcia: "Privilege in scheduling packages through sql agent jobs"
- In reply to: Ron: "Re: How to force usage on NTLM"
- Next in thread: Ron: "Re: How to force usage on NTLM"
- Reply: Ron: "Re: How to force usage on NTLM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|