add bouncer
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
## confdroid_postgresql::server::pghba::pg_hba_rule
|
||||
# Module name: confdroid_postgresql
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# Author: Arne Teuke (12ww1160@confdroid.com)
|
||||
# @summary define manages rule entries for pg_hba configuration file
|
||||
# @see https://www.postgresql.org/docs/9.6/static/auth-pg-hba-conf.html
|
||||
# @param [string] pl_auth_type Specify the authentication type, can be
|
||||
# 'local', 'host', 'hostssl' or 'hostnossl'.
|
||||
# @param [string] pl_auth_database Specify the database for the connection
|
||||
# @param [string] pl_auth_user Specify the user for the connection
|
||||
# @param [string] pl_auth_address SPecify IP address or FQDN for the
|
||||
# @param [string] pl_auth_address Specify IP address or FQDN for the
|
||||
# connection, i.e. where to connect FROM.
|
||||
# @param [string] pl_auth_method Specify the auth method, can be 'trust',
|
||||
# 'reject', 'md5' , 'password', 'gss', 'sspi', 'ident', 'peer', 'ldap',
|
||||
|
||||
Reference in New Issue
Block a user