logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pgagroal_hba.conf - Host based access configuration file for pgagroal

Description

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

Example

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

Format

TYPE Specifies the access method for clients. Only host supported DATABASE Specifies the database for the rule. Either specific name or all for all databases USER Specifies the user for the rule. Either specific name or all for all users ADDRESS 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) METHOD Specifies the authentication mode for the user. all for all methods, otherwise trust, reject, password, md5 or scram-sha-256

Name

pgagroal_hba.conf - Host based access configuration file for pgagroal

Reporting Bugs

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

See Also

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

See Also