Re: [us...@httpd] problem with authn_dbd / auth digest and sqlite3

2010-10-12 Thread Igor Galić
- "startx" wrote: > On Tue, 12 Oct 2010 09:38:12 -0700 > Dave Mansfield wrote: > > > > > > > > > Sorry - your problem is your AuthDBDUserRealmQuery - the params are > > > '%s', not @USERNAME, etc: > > > > AuthDBDUserRealmQuery "Select password FROM user WHERE > username=%s > > and r

Re: [us...@httpd] problem with authn_dbd / auth digest and sqlite3

2010-10-12 Thread startx
On Tue, 12 Oct 2010 09:38:12 -0700 Dave Mansfield wrote: > > > > > Sorry - your problem is your AuthDBDUserRealmQuery - the params are > '%s', not @USERNAME, etc: > > AuthDBDUserRealmQuery "Select password FROM user WHERE username=%s > and realm=%s" > cheers, you are right. i got misguid

Re: [us...@httpd] problem with authn_dbd / auth digest and sqlite3

2010-10-12 Thread Dave Mansfield
startx wrote: On Tue, 12 Oct 2010 08:52:31 -0700 Dave Mansfield wrote: startx wrote from my vhost: ## from my vhost file DBDriver sqlite3 DBDParams "/home/myself/web/authn.db" STW for examples of SQLite connection strings. hi. STW

Re: [us...@httpd] problem with authn_dbd / auth digest and sqlite3

2010-10-12 Thread startx
On Tue, 12 Oct 2010 08:52:31 -0700 Dave Mansfield wrote: > startx wrote > > from my vhost: > > > > ## from my vhost file > > > > DBDriver sqlite3 > > DBDParams "/home/myself/web/authn.db" > > > STW for examples of SQLite connection strings. hi. > STW i did, for quite a while ac

Re: [us...@httpd] problem with authn_dbd / auth digest and sqlite3

2010-10-12 Thread Dave Mansfield
startx wrote: hello. i am trying to set up AuthDigest against a sqlite3 database using mod_authn_dbd ( system is Debian squeeze) and it seems i am missing something. i created a user database for a user "myself" with password "foobar" in realm "admin". the password prompt shows up but any lo

[us...@httpd] problem with authn_dbd / auth digest and sqlite3

2010-10-12 Thread startx
hello. i am trying to set up AuthDigest against a sqlite3 database using mod_authn_dbd ( system is Debian squeeze) and it seems i am missing something. i created a user database for a user "myself" with password "foobar" in realm "admin". the password prompt shows up but any login attempt fails