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

2011-01-12 Thread Mark H. Wood
On Tue, Jan 11, 2011 at 10:11:25PM +0530, Nilesh Govindarajan wrote: On 01/11/2011 09:13 PM, Hendrik Schmieder wrote: [snip] It depends on which oS Apache is used. For Windows there's an MS-SQL ODBC driver, but for Linux you must use FreeTDS. It doesn't support unixODBC? [sorry for

[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

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

2011-01-11 Thread Devraj Mukherjee
Hi Paolo, I found this looking for a solution to my MySQL authentication post, might help. http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html Says that it supports ODBC. Good luck. On Tue, Jan 11, 2011 at 7:58 PM, Paolo DiCanio domur...@yahoo.co.uk wrote: Hi, My Apache server

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

2011-01-11 Thread Nilesh Govindarajan
On 01/11/2011 02:28 PM, Paolo DiCanio wrote: 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

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

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

2011-01-11 Thread Nilesh Govindarajan
On 01/11/2011 04:18 PM, Paolo DiCanio wrote: 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

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

2011-01-11 Thread Mark H. Wood
On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote: On 01/11/2011 04:18 PM, Paolo DiCanio wrote: 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

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

2011-01-11 Thread Hendrik Schmieder
Mark H. Wood schrieb: On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote: On 01/11/2011 04:18 PM, Paolo DiCanio wrote: The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more complicated, because you can't simply configure

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

2011-01-11 Thread Nilesh Govindarajan
On 01/11/2011 09:13 PM, Hendrik Schmieder wrote: Mark H. Wood schrieb: On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote: On 01/11/2011 04:18 PM, Paolo DiCanio wrote: The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more