LogonUser API Help
From: Gabriel (gabrielr_at_robinsonsteel.com)
Date: 12/30/03
- Previous message: Wade Wegner: "Re: Passing windows credentials from server to server."
- Next in thread: Andrea D'Onofrio [MSFT]: "Re: LogonUser API Help"
- Reply: Andrea D'Onofrio [MSFT]: "Re: LogonUser API Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Dec 2003 13:21:53 -0800
Hello,
I am trying to authenticate a windows user using
LogonUser API on our website. I am able to authenticate
and impersonate the user just fine but I need to validate
these credentials to our SQL Server connections as well.
I'm using a DSN on my server with WindowsNT
authentication using network login ID. Is it possible to
pass on the credentials to an ODBC datasource using the
LogonUser API. I have to log into our SQL Server using
the windows account I used with the LogonUser API. I
know I could use a standard SQL Server Authentication to
pass the credentials using a DSN-less string but that is
not an option for me right now. I'm trying to log into
our website using windows authentication and I want to
omit the network username and password dialog box all
together and use a form to supply the windows
credentials. So far the LogonUser API has done the trick
but it doesn't seem to be authenticating throughout the
network. Any help would be appreciated.
- Previous message: Wade Wegner: "Re: Passing windows credentials from server to server."
- Next in thread: Andrea D'Onofrio [MSFT]: "Re: LogonUser API Help"
- Reply: Andrea D'Onofrio [MSFT]: "Re: LogonUser API Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|