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

Commitea63bf6

Browse files
committed
Update docs mentioning PAM doesn't work reading /etc/passwd because of
non-root.Dhanaraj M
1 parenta8c2282 commitea63bf6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.104 2007/11/14 14:25:55 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.105 2007/12/29 04:15:38 momjian Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -1079,11 +1079,10 @@ ldap[<replaceable>s</>]://<replaceable>servername</>[:<replaceable>port</>]/<rep
10791079

10801080
<note>
10811081
<para>
1082-
PAM does work authenticating against Unix system authentication
1083-
because the postgres server is started by a non-root user. In order
1084-
to enable this functionality, the root user must provide additional
1085-
permissions to the postgres user (for reading
1086-
<filename>/etc/shadow</>).
1082+
If PAM is set up to read <filename>/etc/shadow</>, authentication
1083+
will fail because the PostgreSQL server is started by a non-root
1084+
user. However, this is not an issue with LDAP or other authentication
1085+
methods.
10871086
</para>
10881087
</note>
10891088
</sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp