Re: Windows Auth -- double hop issue??
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 03/23/04
- Next message: Novice: "Can an Assembly INCREASE the permissions granted to it at run-time."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Windows Auth -- double hop issue??"
- In reply to: Brett: "Re: Windows Auth -- double hop issue??"
- Next in thread: bruce barker: "Re: Windows Auth -- double hop issue??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Mar 2004 14:54:13 -0600
You have a couple of options with double hop issues:
Configure your accounts for delegation so that your impersonation tokens can
delegate
Switch to Basic authentication in order to get a Primary token
Turn off impersonation and use a domain account for the underlying
processModel or IIS6 worker process account
Put the VB6 component in COM+ and configure it to use a specific identity
Switch to SQL authentication
Joe K.
"Brett" <bbim@remove.billmatrix.com> wrote in message
news:05C4028E-1DC1-41AC-BA87-B5D43DE060A5@microsoft.com...
> If it is a double hop issue, how would you address it? I'm getting
something similar with IIS, involving a web service calling a VB 6 component
that has to access a SQL database. This works fine in a console app but the
web service fails with a server can't be found or access is denied error.
Is there a workaround?
- Next message: Novice: "Can an Assembly INCREASE the permissions granted to it at run-time."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Windows Auth -- double hop issue??"
- In reply to: Brett: "Re: Windows Auth -- double hop issue??"
- Next in thread: bruce barker: "Re: Windows Auth -- double hop issue??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|