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?
>
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 complic
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
DB
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 mss
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 SQ
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
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 th
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 wrote:
>
> Hi,
>
> My Apache server currently uses a passwd f
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,