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

Commita9fec25

Browse files
committed
Add note cautioning that you can't use an encrypting IDENT server
with Postgres.
1 parent875b0c6 commita9fec25

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.71 2005/01/23 00:30:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.72 2005/01/28 22:38:37 tgl Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -709,7 +709,7 @@ local db1,db2,@demodbs all md5
709709

710710
<para>
711711
The ident authentication method works by obtaining the client's
712-
operating system user name and determining the allowed database
712+
operating system user name, then determining the allowed database
713713
user names using a map file that lists the permitted
714714
corresponding pairs of names. The determination of the client's
715715
user name is the security-critical point, and it works differently
@@ -752,6 +752,15 @@ local db1,db2,@demodbs all md5
752752
</para>
753753
</blockquote>
754754
</para>
755+
756+
<para>
757+
Some ident servers have a nonstandard option that causes the returned
758+
user name to be encrypted, using a key that only the originating
759+
machine's administrator knows. This option <emphasis>must not</> be
760+
used when using the ident server with <productname>PostgreSQL</>,
761+
since <productname>PostgreSQL</> does not have any way to decrypt the
762+
returned string to determine the actual user name.
763+
</para>
755764
</sect3>
756765

757766
<sect3>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp