Make 'include_realm' ordering consistent in the docs, to match recent
authorBruce Momjian
Sat, 20 Feb 2010 21:04:28 +0000 (21:04 +0000)
committerBruce Momjian
Sat, 20 Feb 2010 21:04:28 +0000 (21:04 +0000)
doc change.

doc/src/sgml/client-auth.sgml

index 26a7de6d0a8a063246457440b0b09f106b4eddc8..666aeecb32969ac9916c113a4af44be0342c3bbb 100644 (file)
@@ -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.