I have a server where both database and htpasswd auth are in use.


If  I  load mod_auth_pgsql after the other auth modules, it does not work.
If  I  load  it  before,  it works, but then when I perform htaccess-style
auth, like this:

 <Location /bookmarks>
                Dav On
                order deny,allow
                allow from all
                Authtype Basic
                Authname "DAV access"
                AuthUserFile /etc/apache2/passwd.install
                Require valid-user
 </Location>

I get an error in the log that says:

[Sat Apr 07 22:37:54 2007] [warn] [client 10.1.42.11] [mod_auth_pgsql.c] - 
missing configuration parameters


So  it  seems  that  both  auth modules are trying to autenticate the user
together. Anyway it works, even if I get this warning.


-- 

 Fabio "Kurgan" Muzzi

 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to