GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PGAGROAL_HBA.CONF(5) FreeBSD File Formats Manual PGAGROAL_HBA.CONF(5)

pgagroal_hba.conf - Host based access configuration file for pgagroal

pgagroal_hba.conf specifies the host based access pattern for pgagroal.

Specifies the access method for clients. Only host supported
Specifies the database for the rule. Either specific name or all for all databases
Specifies the user for the rule. Either specific name or all for all users
Specifies the network for the rule. all for all networks, or IPv4 address with a mask (0.0.0.0/0) or IPv6 address with a mask (::0/0)
Specifies the authentication mode for the user. all for all methods, otherwise trust, reject, password, md5 or scram-sha-256

#
# TYPE  DATABASE USER  ADDRESS  METHOD
#
host    all      all   all      all


pgagroal is maintained on GitHub at <https://github.com/agroal/pgagroal>

pgagroal is licensed under the 3-clause BSD License.

pgagroal.conf(5), pgagroal_databases.conf(5), pgagroal(1), pgagroal-cli(1), pgagroal-admin(1)


Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.