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
7bcc2da0
Commit
7bcc2da0
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Clean up pg_hba.conf
parent
b2d7c58c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backend/libpq/pg_hba.conf.sample
+12
-12
12 additions, 12 deletions
src/backend/libpq/pg_hba.conf.sample
with
12 additions
and
12 deletions
src/backend/libpq/pg_hba.conf.sample
+
12
−
12
View file @
7bcc2da0
...
...
@@ -39,7 +39,7 @@
#
# host DBNAME IP_ADDRESS ADDRESS_MASK USERAUTH [AUTH_ARGUMENT]
#
# DBNAME is the name of a Postgre
s
database, or "all" to indicate all
# DBNAME is the name of a Postgre
SQL
database, or "all" to indicate all
# databases.
#
# IP_ADDRESS and ADDRESS_MASK are a standard dotted decimal IP address and
...
...
@@ -48,25 +48,25 @@
#
# USERAUTH is a keyword indicating the method used to authenticate the
# user, i.e. to determine that the principal is authorized to connect
# under the Postgre
s
username he supplies in his connection parameters.
# under the Postgre
SQL
username he supplies in his connection parameters.
#
# ident: Authentication is done by the ident server on the remote
# host, via the ident (RFC 1413) protocol. AUTH_ARGUMENT, if
# specified, is a map name to be found in the pg_ident.conf file.
# That table maps from ident usernames to Postgre
s
usernames. The
# That table maps from ident usernames to Postgre
SQL
usernames. The
# special map name "sameuser" indicates an implied map (not found
# in pg_ident.conf) that maps every ident username to the identical
# Postgre
s
username.
# Postgre
SQL
username.
#
# trust: No authentication is done. Trust that the user has the
# authority to use
r
whatever username he s
ays he does.
#
Before
Postgre
s V
ersion 6, all authentication was this way.
# authority to use whatever username he s
pecifies. Before
# Postgre
SQL v
ersion 6, all authentication was
done
this way.
#
# reject: Reject the connection.
#
# password: Authentication is done by matching a password supplied in clear
# by the host. If AUTH_ARGUMENT is specified then the password
is
#
compared with the user's entry in that file (in the $PGDATA
# by the host. If AUTH_ARGUMENT is specified then the password
#
is
compared with the user's entry in that file (in the $PGDATA
# directory). See pg_passwd(1). If it is omitted then the
# password is compared with the user's entry in the pg_shadow
# table.
...
...
@@ -90,9 +90,9 @@
#
# The format is the same as that of the "host" record type except that the
# IP_ADDRESS and ADDRESS_MASK are omitted and the "ident", "krb4" and "krb5"
# values of USERAUTH are no allowed.
# values of USERAUTH are no
t
allowed.
# For backwards compatibility, PostgreSQL also accepts pre-
V
ersion 6 records,
# For backwards compatibility, PostgreSQL also accepts pre-
v
ersion 6 records,
# which look like:
#
# all 127.0.0.1 0.0.0.0
...
...
@@ -119,8 +119,8 @@
#host all 192.168.0.0 255.255.255.0 ident omicron
#
# The above would allow users from 192.168.0.x hosts to connect to any
# database, but if
e.g.
Ident says the user is "bryanh" and he requests to
# connect as Postgre
s
user "guest1", the connection is only allowed if
# database, but if Ident says the user is "bryanh" and he requests to
# connect as Postgre
SQL
user "guest1", the connection is only allowed if
# there is an entry for map "omicron" in pg_ident.conf that says "bryanh" is
# allowed to connect as "guest1".
...
...
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