Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
83521131
Commit
83521131
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
This patch improves the "Client Authentication" section of the user's
guide in a few minor ways. Neil Conway
parent
b4794bfb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/client-auth.sgml
+23
-18
23 additions, 18 deletions
doc/src/sgml/client-auth.sgml
with
23 additions
and
18 deletions
doc/src/sgml/client-auth.sgml
+
23
−
18
View file @
83521131
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.3
5
2002/0
4/09 00:38:24
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.3
6
2002/0
8/16 04:48:16
momjian Exp $
-->
<chapter id="client-authentication">
...
...
@@ -29,8 +29,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.35 2002/04/09 00:38:24
<para>
<productname>PostgreSQL</productname> offers a number of different
client authentication methods. The method to be used can be selected
on the basis of (client) host, database, and user.
client authentication methods. The method used to authenticate a
particular client connection can be selected on the basis of
(client) host address, database, and user.
</para>
<para>
...
...
@@ -56,8 +57,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.35 2002/04/09 00:38:24
<filename>pg_hba.conf</filename> in the data directory, e.g.,
<filename>/usr/local/pgsql/data/pg_hba.conf</filename>.
(<acronym>HBA</> stands for host-based authentication.) A default
<filename>pg_hba.conf</filename> file is installed when the data
area
is initialized by <command>initdb</command>.
<filename>pg_hba.conf</filename> file is installed when the data
directory
is initialized by <command>initdb</command>.
</para>
<para>
...
...
@@ -124,7 +125,7 @@ hostssl <replaceable>database</replaceable> <replaceable>user</replaceable> <rep
enabled with the <option>-l</> option or equivalent configuration
setting when the server is started. (Note: <literal>host</literal>
records will match either SSL or non-SSL connection attempts, but
<literal>hostssl</literal> records require
s
SSL connections.)
<literal>hostssl</literal> records require SSL connections.)
</para>
</listitem>
</varlistentry>
...
...
@@ -199,9 +200,11 @@ hostssl <replaceable>database</replaceable> <replaceable>user</replaceable> <rep
<term><literal>trust</></term>
<listitem>
<para>
The connection is allowed unconditionally. This method allows
any user that has login access to the client host to connect as
any <productname>PostgreSQL</productname> user whatsoever.
The connection is allowed unconditionally. This method
allows anyone that can connect to the
<productname>PostgreSQL</productname> database to login as
any <productname>PostgreSQL</productname> user they like,
without the need for a password.
</para>
</listitem>
</varlistentry>
...
...
@@ -222,7 +225,7 @@ hostssl <replaceable>database</replaceable> <replaceable>user</replaceable> <rep
<para>
Requires the client to supply an MD5 encrypted password for
authentication. This is the only method that allows encrypted
passwords to be stored in
pg_shadow
.
passwords to be stored in
<structname>pg_shadow</structname>
.
</para>
</listitem>
</varlistentry>
...
...
@@ -273,15 +276,17 @@ hostssl <replaceable>database</replaceable> <replaceable>user</replaceable> <rep
<listitem>
<para>
For TCP/IP connections, authentication is done by contacting
the <firstterm>ident</firstterm> server on the client host.
This is only as secure as the client machine. You must specify
the map name after the 'ident' keyword. It determines how to
map remote user names to PostgreSQL user names. If you use
the <firstterm>ident</firstterm> server on the client
host. This is only as secure as the client machine. You must
specify the map name after the 'ident' keyword. It
determines how to map remote user names to
<productname>PostgreSQL</productname> user names. If you use
"sameuser", the user names are assumed to be identical. If
not, the map name is looked up in the $PGDATA/pg_ident.conf
file. The connection is accepted if that file contains an
entry for this map name with the ident-supplied user name and
the requested PostgreSQL user name.
entry for this map name with the ident-supplied user name
and the requested <productname>PostgreSQL</productname> user
name.
</para>
<para>
On machines that support unix-domain socket credentials
...
...
@@ -317,8 +322,8 @@ hostssl <replaceable>database</replaceable> <replaceable>user</replaceable> <rep
<literal>postgresql</literal>. You can optionally supply you
own service name after the <literal>pam</> keyword in the
file. For more information about PAM, please read the <ulink
url="http://www.kernel.org/pub/linux/libs/pam/"><productname>L
inux-PAM</productname>
Page</ulink> and the <ulink
url="http://www.kernel.org/pub/linux/libs/pam/"><productname>L
inux-PAM</>
Page</ulink> and the <ulink
url="http://www.sun.com/software/solaris/pam/"><systemitem
class="osname">Solaris</> PAM Page</ulink>.
</para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment