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
ba1578aa
Commit
ba1578aa
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Improve pg_hba.conf examples
parent
b71761d2
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
+6
-6
6 additions, 6 deletions
src/backend/libpq/pg_hba.conf.sample
with
6 additions
and
6 deletions
src/backend/libpq/pg_hba.conf.sample
+
6
−
6
View file @
ba1578aa
...
@@ -117,21 +117,21 @@
...
@@ -117,21 +117,21 @@
# The above allows any user on the local system to connect to any database
# The above allows any user on the local system to connect to any database
# under any username.
# under any username.
#host template1 192.168.
0
.0 255.255.255.0
ident sameuser
#host template1 192.168.
93
.0 255.255.255.0 ident sameuser
# The above allows any user from any host with IP address 192.168.
0
.x to
# The above allows any user from any host with IP address 192.168.
93
.x to
# connect to database template1 as the same username that ident on that host
# connect to database template1 as the same username that ident on that host
# identifies him as (typically his Unix username).
# identifies him as (typically his Unix username).
#host all 192.168.
0
.1
255.255.255.255 reject
#host all 192.168.
54
.1 255.255.255.255 reject
#host all 0.0.0.0 0.0.0.0 trust
#host all 0.0.0.0 0.0.0.0 trust
# The above would allow anyone anywhere except from 192.168.
0
.1 to connect to
# The above would allow anyone anywhere except from 192.168.
54
.1 to connect to
# any database under any username.
# any database under any username.
#host all 192.168.
0
.0 255.255.255.0 ident omicron
#host all 192.168.
77
.0 255.255.255.0 ident omicron
#
#
# The above would allow users from 192.168.
0
.x hosts to connect to any
# The above would allow users from 192.168.
77
.x hosts to connect to any
# database, but if Ident says the user is "bryanh" and he requests to
# database, but if Ident says the user is "bryanh" and he requests to
# connect as PostgreSQL user "guest1", the connection is only allowed if
# connect as PostgreSQL user "guest1", the connection is only allowed if
# there is an entry for map "omicron" in pg_ident.conf that says "bryanh" is
# there is an entry for map "omicron" in pg_ident.conf that says "bryanh" is
...
...
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