new plugin, still WIP

This commit is contained in:
Stefan Midjich 2017-11-17 17:23:36 +01:00
parent 9fafe3a2fb
commit b4c9c5cdca
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ debug = True
ipset_add_cmd = ipset -exist add authenticated-clients {client_ip}
ipset_name = authenticated-clients
[portalclient]
mandatory = False
enabled = False
debug = True
# Dummy plugin to provide the client plugin with storage config while
# simultaneously providing the manage_client tool with its storage config.
[postgres]