Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
461ea6b7
Commit
461ea6b7
authored
Jul 11, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better document use of ident on localhost, per Tom Lane's idea.
parent
357d9bdc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
26 deletions
+30
-26
doc/src/sgml/client-auth.sgml
doc/src/sgml/client-auth.sgml
+7
-3
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pg_hba.conf.sample
+23
-23
No files found.
doc/src/sgml/client-auth.sgml
View file @
461ea6b7
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.1
1 2001/05/12 22:51:34 petere
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.1
2 2001/07/11 20:32:10 momjian
Exp $ -->
<chapter id="client-authentication">
<title>Client Authentication</title>
...
...
@@ -242,7 +242,10 @@ hostssl <replaceable>database</replaceable> <replaceable>IP-address</replaceable
of the connecting user. <productname>Postgres</productname>
then verifies whether the so identified operating system user
is allowed to connect as the database user that is requested.
This is only available for TCP/IP connections.
This is only available for TCP/IP connections. It can be used
on the local machine by specifying the localhost address 127.0.0.1.
</para>
<para>
The <replaceable>authentication option</replaceable> following
the <literal>ident</> keyword specifies the name of an
<firstterm>ident map</firstterm> that specifies which operating
...
...
@@ -553,7 +556,8 @@ host all 192.168.0.0 255.255.0.0 ident omicron
<attribution>RFC 1413</attribution>
<para>
The Identification Protocol is not intended as an authorization
or access control protocol.
or access control protocol. You must trust the machine running the
ident server.
</para>
</blockquote>
</para>
...
...
src/backend/libpq/pg_hba.conf.sample
View file @
461ea6b7
...
...
@@ -125,13 +125,13 @@
# secondary passwords.
#
# ident: Authentication is done by the ident server on the local
#
or remote host. AUTH_ARGUMENT is required and maps names
#
found in the $PGDATA/pg_ident.conf file. The connection
#
is accepted if the file contains an entry for this map
#
name with the ident-supplied username and the requested
#
PostgreSQL username. The special map name "sameuser"
#
indicates an implied map (not in pg_ident.conf) that
#
maps each ident username to the identical PostgreSQL
#
(127.0.0.1) or remote host. AUTH_ARGUMENT is required and
#
maps names found in the $PGDATA/pg_ident.conf file. The
#
connection is accepted if the file contains an entry for
#
this map name with the ident-supplied username and the
#
requested PostgreSQL username. The special map name
#
"sameuser" indicates an implied map (not in pg_ident.conf)
#
that
maps each ident username to the identical PostgreSQL
# username.
#
# krb4: Kerberos V4 authentication is used.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment