[PHP-DB] Unable to connect to MSSQL with PHP through a firewall

2004-01-29 Thread Ricky Boone
I've got an odd little problem that I just can't figure out. First, let me briefly describe my setup: * Behind a firewall is a Windows 2003 Server running SQL Server 2000 with mixed mode authentication * On that same internal network is a Linux web server with Apache 2, PHP 4.3.4, FreeTDS,

RE: [PHP-DB] Unable to connect to MSSQL with PHP through a firewall

2004-01-29 Thread Duane Lakoduk
I came across this problem when I separated my web applications and database (sql 2000) onto separate servers. The problem is that Windows does not (cannot) pass user authentication information to SQL server ... if they are different machines. I used Mixed authentication and added user

RE: [PHP-DB] Unable to connect to MSSQL with PHP through a firewall

2004-01-29 Thread Ricky Boone
On Thu, 2004-01-29 at 21:57, Duane Lakoduk wrote: I came across this problem when I separated my web applications and database (sql 2000) onto separate servers. The problem is that Windows does not (cannot) pass user authentication information to SQL server ... if they are different machines.