Thread: pgbouncer - pgbouncer: When auth_mode=any, allow anybody in as admin.

pgbouncer - pgbouncer: When auth_mode=any, allow anybody in as admin.

From
mkz@pgfoundry.org (User Mkz)
Date:
Log Message:
-----------
When auth_mode=any, allow anybody in as admin.

Because auth_mode=any does not store original username,
the usual username based checks (admin_users/stats_users)
do not work.

Modified Files:
--------------
    pgbouncer/src:
        admin.c (r1.43 -> r1.44)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c?r1=1.43&r2=1.44)