mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	doc: clarify that SSPI and GSSAPI are interchangeable
Reported-by: tpo_deb@sourcepole.ch Discussion: https://postgr.es/m/167846222574.1803490.15815104179136215862@wrigleys.postgresql.org Backpatch-through: 11
This commit is contained in:
		@@ -1398,10 +1398,12 @@ omicron         bryanh                  guest1
 | 
				
			|||||||
    <literal>negotiate</literal> mode, which will use
 | 
					    <literal>negotiate</literal> mode, which will use
 | 
				
			||||||
    <productname>Kerberos</productname> when possible and automatically
 | 
					    <productname>Kerberos</productname> when possible and automatically
 | 
				
			||||||
    fall back to <productname>NTLM</productname> in other cases.
 | 
					    fall back to <productname>NTLM</productname> in other cases.
 | 
				
			||||||
    <productname>SSPI</productname> authentication only works when both
 | 
					    <productname>SSPI</productname> and <productname>GSSAPI</productname>
 | 
				
			||||||
    server and client are running <productname>Windows</productname>,
 | 
					    interoperate as clients and servers, e.g., an
 | 
				
			||||||
    or, on non-Windows platforms, when <productname>GSSAPI</productname>
 | 
					    <productname>SSPI</productname> client can authenticate to an
 | 
				
			||||||
    is available.
 | 
					    <productname>GSSAPI</productname> server.  It is recommended to use
 | 
				
			||||||
 | 
					    <productname>SSPI</productname> on Windows clients and servers and
 | 
				
			||||||
 | 
					    <productname>GSSAPI</productname> on non-Windows platforms.
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   <para>
 | 
					   <para>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user