Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: Recommend include_realm=1 in docs - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Recommend include_realm=1 in docs
Date
Msg-id E1Yqrsr-0006AJ-La@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Recommend include_realm=1 in docs

As discussed, the default setting of include_realm=0 can be dangerous in
multi-realm environments because it is then impossible to differentiate
users with the same username but who are from two different realms.

Recommend include_realm=1 and note that the default setting may change
in a future version of PostgreSQL and therefore users may wish to
explicitly set include_realm to avoid issues while upgrading.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/edfef090a555b3cc820821437389d05c041279e0

Modified Files
--------------
doc/src/sgml/client-auth.sgml |   41 ++++++++++++++++++++++++++++++++---------
1 file changed, 32 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Modify pg_stat_get_activity to build a tuplestore
Next
From: Stephen Frost
Date:
Subject: pgsql: Change default for include_realm to 1