RE: [PHP-DB] Re: Integrated Authentication on IIS 6.0

2005-05-24 Thread Ryan Jameson \(USA\)
Okay,

?PHP 
odbc_connect(myDSN,,);
?

Does that help?

 Ryan 

-Original Message-
From: JeRRy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 24, 2005 1:33 AM
To: php-db@lists.php.net
Subject: [PHP-DB] Re: Integrated Authentication on IIS 6.0


 


Hi,I have an intranet application that I wrote in PHP that has worked
greatfor a long time. It uses integrated authentication in IIS. I'm
trying tomigrate to IIS 6 and things are mostly working. The problem I
have isthat my ODBC_CONNECT calls are not resulting in: Login failed
for user'(null)'. Reason: Not associated with a trusted SQL Server
connection..What it seems to tell me is it is correctly trying to make
an integratedauth connection to the database, but for some reason the
current user'scredentials aren't being passed? Does anyone have insight
into this?Thanks! Ryan

 

How many times in the pass week has people been told that when they post
to this list to post code with their question?

Most people will reject to help without code displayed.

But this problem could be a code or server error but no-one can
pin-point it with 100% confidence without code sniplets or what you did.

J




-
Find local movie times and trailers on Yahoo! Movies.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] Re: Integrated Authentication on IIS 6.0

2005-05-24 Thread Bastien Koert
Remember that for this the 'trusted user' is to be the webserver, not the 
client machine that the user is using to run the application. Ensure that 
the webserver is registered as a authorized user.


Bastien


From: Ryan Jameson (USA) [EMAIL PROTECTED]
To: php-db@lists.php.net
Subject: RE: [PHP-DB] Re: Integrated Authentication on IIS 6.0
Date: Tue, 24 May 2005 12:34:15 -0600

Okay,

?PHP
odbc_connect(myDSN,,);
?

Does that help?

 Ryan

-Original Message-
From: JeRRy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 24, 2005 1:33 AM
To: php-db@lists.php.net
Subject: [PHP-DB] Re: Integrated Authentication on IIS 6.0





Hi,I have an intranet application that I wrote in PHP that has worked
greatfor a long time. It uses integrated authentication in IIS. I'm
trying tomigrate to IIS 6 and things are mostly working. The problem I
have isthat my ODBC_CONNECT calls are not resulting in: Login failed
for user'(null)'. Reason: Not associated with a trusted SQL Server
connection..What it seems to tell me is it is correctly trying to make
an integratedauth connection to the database, but for some reason the
current user'scredentials aren't being passed? Does anyone have insight
into this?Thanks! Ryan



How many times in the pass week has people been told that when they post
to this list to post code with their question?

Most people will reject to help without code displayed.

But this problem could be a code or server error but no-one can
pin-point it with 100% confidence without code sniplets or what you did.

J




-
Find local movie times and trailers on Yahoo! Movies.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php