]> granicus.if.org Git - pgbouncer/commitdiff
docs: mention console behavious when auth_mode=any
authorMarko Kreen <markokr@gmail.com>
Mon, 6 Jul 2009 13:26:40 +0000 (13:26 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 6 Jul 2009 13:26:40 +0000 (13:26 +0000)
doc/config.txt
doc/usage.txt

index 2ac3a75be55aed876f8cda2a0226794593ed1916..33ae9ff3c50b18abafafabe34245326245719b3c 100644 (file)
@@ -94,7 +94,8 @@ trust::
 
 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 ====
 
@@ -214,7 +215,8 @@ Default: 1
 ==== 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
 
index fb164fbab8d22e8f54adb45d117857724b87fc16..04f92e185a726c94b7ebbcaccd22f8ccb7ffab01 100644 (file)
@@ -146,7 +146,8 @@ and specifying string +pgbouncer+ as database.
   $ 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