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
82e2fe9c
Commit
82e2fe9c
authored
May 27, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up pg_hba.conf
parent
ba1578aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pg_hba.conf.sample
+8
-8
No files found.
src/backend/libpq/pg_hba.conf.sample
View file @
82e2fe9c
...
...
@@ -110,26 +110,26 @@
#
# all 127.0.0.1 0.0.0.0
# TYPE DATABASE IP_ADDRESS MASK USERAUTH MAP
# TYPE DATABASE IP_ADDRESS MASK
USERAUTH MAP
#host all 127.0.0.1
255.255.255.255
trust
#host all 127.0.0.1
255.255.255.255
trust
# The above allows any user on the local system to connect to any database
# under any username.
#host template1 192.168.93.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.93.x to
# connect to database template1 as the same username that ident on that host
# identifies him as (typically his Unix username).
#host all 192.168.54.1 255.255.255.255 reject
#host all 0.0.0.0 0.0.0.0 trust
#host all 192.168.54.1 255.255.255.255
reject
#host all 0.0.0.0 0.0.0.0
trust
# The above would allow anyone anywhere except from 192.168.54.1 to connect to
# any database under any username.
#host all 192.168.77.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.77.x hosts to connect to any
# database, but if Ident says the user is "bryanh" and he requests to
...
...
@@ -139,5 +139,5 @@
# By default, allow anything over UNIX domain sockets and localhost.
local all trust
host all 127.0.0.1 255.255.255.255 trust
local all
trust
host all 127.0.0.1 255.255.255.255
trust
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