Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Paolo DiCanio
The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more complicated, because you can't simply configure DBDriver mssql You have to use something called FreeTDS instead. If someone has actually got SQL Server authentication up and running, I'd rea

[us...@httpd] SQL Server authentication

2011-01-11 Thread Paolo DiCanio
Hi, My Apache server currently uses a passwd file for authentication. I need to change the authentication scheme so that it uses both this passwd file and a list of usernames and passwords stored in an SQL Server database table. In other words, if the username and password is found in the file,