fix parameter name and location see https://gitlab.confdroid.com/internal/confdroid_management/-/issues/235
This commit is contained in:
3
templates/server/pghba/pg_hba_rule.conf.erb
Normal file
3
templates/server/pghba/pg_hba_rule.conf.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
# description: <%=@name%>
|
||||
# order number: <%=@pl_auth_order%>
|
||||
<%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@psql_auth_option%>
|
||||
Reference in New Issue
Block a user