projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d6cb17
)
Mentino that PAM doesn't work for Unix system authentication because of
author
Bruce Momjian
Fri, 14 Sep 2007 03:53:54 +0000
(
03:53
+0000)
committer
Bruce Momjian
Fri, 14 Sep 2007 03:53:54 +0000
(
03:53
+0000)
the problems non-root reading /etc/shadow.
doc/src/sgml/client-auth.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/client-auth.sgml
b/doc/src/sgml/client-auth.sgml
index dd3bd8be4d43b0ee03e60b13c087e1ff8d13fc4b..b4a851588eac7be5c04dd27440234d3bc7a07aef 100644
(file)
--- a/
doc/src/sgml/client-auth.sgml
+++ b/
doc/src/sgml/client-auth.sgml
@@
-1,4
+1,4
@@
-
+
Client Authentication
@@
-1067,6
+1067,16
@@
ldap[
s>]://
servername>[:
port>]/
and the
Solaris> PAM Page.
+
+
+
+ PAM does work authenticating against Unix system authentication
+ because the postgres server is started by a non-root user. In order
+ to enable this functionality, the root user must provide additional
+ permissions to the postgres user (for reading
+
/etc/shadow>).
+
+