tags 666814 + help
thanks

I've pushed the new packaging on git at

git://anonscm.debian.org/collab-maint/libapache2-mod-auth-pgsql.git

The module compiles and load correctly in apache, but I'm unable to
obtain more than a

AH01796: AuthType Basic configured without corresponding module

My testing configuration is the following

        <Directory "/var/www/private">
            AuthName "PostgresSQL Authenticator"
            AuthType Basic
            AuthUserFile /dev/null
            AuthBasicAuthoritative Off
            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
            Auth_PG_pwd_field password
            Auth_PG_encrypted Off
            require valid-user
        </Directory>

I need some help from an expert of Apache 2.4 authentication internals.

Regards,
Marco

-- 
---------------------------------------------------------------------
|    Marco Nenciarini    | Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia       |
---------------------------------------------------------------------
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to