Well. I finally managed testing the authentication.
It works for me with
<Directory "/var/www/private">
AuthName "My PostgresSQL Authenticator"
AuthType Basic
AuthBasicProvider pgsql
Auth_PG_authoritative On
Auth_PG_host 127.0.0.1
Auth_PG_port 5432
Auth_PG_user apache
Auth_PG_pwd apache
Auth_PG_database apache
Auth_PG_pwd_table registered_user
Auth_PG_uid_field user_id
Auth_PG_pwd_field password
Auth_PG_encrypted Off
require valid-user
</Directory>
even without loading it as first module.
Given that I'll upload the module ASAP.
I'll also open a bug report to remove the hack from #399562 an to update
the documentation accordingly.
Regards,
Marco
--
---------------------------------------------------------------------
| Marco Nenciarini | Debian/GNU Linux Developer - Plug Member |
| [email protected] | http://www.prato.linux.it/~mnencia |
---------------------------------------------------------------------
Key fingerprint = FED9 69C7 9E67 21F5 7D95 5270 6864 730D F095 E5E4
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]