Files
confdroid_postgresql/templates/pg_hba_rule.conf.erb

4 lines
201 B
Plaintext
Raw Normal View History

2025-04-18 23:49:20 +02:00
# description: <%=@name%>
2025-09-28 15:47:55 +02:00
# order number: <%=@pl_auth_order%>
2025-04-18 23:49:20 +02:00
<%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@psql_auth_option%>