Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9394059

Browse files
committed
Add note about deprecating krb5 authentication in favour of GSSAPI,
per discussions (a long time ago). Documentation only, we keep fullsupport in the code.
1 parent144c519 commit9394059

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.103 2007/11/09 23:52:08 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.104 2007/11/14 14:25:55 mha Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -722,6 +722,15 @@ local db1,db2,@demodbs all md5
722722
<primary>Kerberos</primary>
723723
</indexterm>
724724

725+
<note>
726+
<para>
727+
Native Kerberos authentication has been deprecated and should be used
728+
only for backward compatibility. New and upgraded installations are
729+
encouraged to use the industry-standard <productname>GSSAPI</productname>
730+
authentication (see <xref linkend="gssapi-auth">) instead.
731+
</para>
732+
</note>
733+
725734
<para>
726735
<productname>Kerberos</productname> is an industry-standard secure
727736
authentication system suitable for distributed computing over a public

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp