Scroll to navigation

PGAGROAL_HBA.CONF(5) File Formats Manual PGAGROAL_HBA.CONF(5)

NAME

pgagroal_hba.conf - Host based access configuration file for pgagroal

DESCRIPTION

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

FORMAT

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

EXAMPLE

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


REPORTING BUGS

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

COPYRIGHT

pgagroal is licensed under the 3-clause BSD License.

SEE ALSO

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