Connecting to a SQL Server in a untrusted domain

T

Troy

Been banging my head on this one for a day so I thought maybe someone
could enlighten me.

Scenerio:
I have a SQL Server in another domain that is using integrated security
only. That domain is untrusted but I do have a login for that domain. I
need to use that SQL Server for a few months during a migration process.
For the sake of discussion, I cannot setup a trust relationship between
the domains and I cannot swtich the SQL Server to mixed mode authentication.

I was trying to use Win32, LOGONUSER with the new credentials flag and I
did get something back but Im not sure if that is a false positive or
not. How would you pull this off?

Thanks ahead..
 
P

Paul Clement

¤ Been banging my head on this one for a day so I thought maybe someone
¤ could enlighten me.
¤
¤ Scenerio:
¤ I have a SQL Server in another domain that is using integrated security
¤ only. That domain is untrusted but I do have a login for that domain. I
¤ need to use that SQL Server for a few months during a migration process.
¤ For the sake of discussion, I cannot setup a trust relationship between
¤ the domains and I cannot swtich the SQL Server to mixed mode authentication.
¤
¤ I was trying to use Win32, LOGONUSER with the new credentials flag and I
¤ did get something back but Im not sure if that is a false positive or
¤ not. How would you pull this off?
¤

I'm not really sure how you're going to delegate security to another domain under this type of
configuration but you may also want to post your question in the following newsgroups:

microsoft.public.sqlserver.security
microsoft.public.dotnet.security


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top