pgsql: Recommend include_realm=1 in docs

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Recommend include_realm=1 in docs
Дата
Msg-id E1Yqrsr-0006AG-LT@gemulon.postgresql.org
обсуждение исходный текст
Список 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/21cb21de2e848f0ba9b388a548562b151d6c7664

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Change default for include_realm to 1
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Recommend include_realm=1 in docs