any::
Like `trust` but username given is ignored. Requires that all databases
- have configured to log in as specific user.
+ have configured to log in as specific user. Additionally, the console
+ database allows any user to log in as admin.
==== pool_mode ====
==== admin_users ====
Comma-separted list of database users that are allowed to connect and
-run all commands on console.
+run all commands on console. Ignored when `auth_mode=any`, then
+any username is allowed in as admin.
Default: empty
$ psql -h 127.0.0.1 -p 6543 pgbouncer
Only users listed in configuration parameters +admin_users+ or +stats_users+
-are allowed to login to the console.
+are allowed to login to the console. (Except when `auth_mode=any`, then
+any user is allowed in as admin.)
Additionally, username +pgbouncer+ is allowed to log in without password,
if the login comes via UNIX socket and the client has same UNIX user uid