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

Commiteceb05b

Browse files
committed
Mention that PAM requires the user already exist in the database, per
Dick Davies.
1 parentc20fb65 commiteceb05b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 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.76 2005/04/22 04:18:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.77 2005/04/26 03:01:09 momjian Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -883,8 +883,10 @@ omicron bryanh guest1
883883
default PAM service name is <literal>postgresql</literal>. You can
884884
optionally supply your own service name after the <literal>pam</>
885885
key word in the file <filename>pg_hba.conf</filename>.
886-
For more information about PAM, please read the
887-
<ulink url="http://www.kernel.org/pub/linux/libs/pam/">
886+
PAM is used only to validate username/password pairs.
887+
The user must already exist in the database before PAM
888+
can be used for authentication. For more information about
889+
PAM, please read the <ulink url="http://www.kernel.org/pub/linux/libs/pam/">
888890
<productname>Linux-PAM</> Page</ulink>
889891
and the <ulink url="http://www.sun.com/software/solaris/pam/">
890892
<systemitem class="osname">Solaris</> PAM Page</ulink>.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp