From fada4204b97ac473d64286f2a78af2587627bf49 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 20 Feb 2010 21:04:28 +0000 Subject: [PATCH] Make 'include_realm' ordering consistent in the docs, to match recent doc change. --- doc/src/sgml/client-auth.sgml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 26a7de6d0a..666aeecb32 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ - + Client Authentication @@ -893,24 +893,25 @@ omicron bryanh guest1 The following configuration options are supported for SSPI: + - map + include_realm - Allows for mapping between system and database usernames. See - for details. + If set to 1, the realm name from the authenticated user + principal is included in the system user name that's passed through + username mapping (). This is + useful for handling users from multiple realms. - include_realm + map - If set to 1, the realm name from the authenticated user - principal is included in the system user name that's passed through - username mapping (). This is - useful for handling users from multiple realms. + Allows for mapping between system and database usernames. See + for details. -- 2.11.0