IpAclManager ausgelagert in shared

ACLs über Datei laden (Eine ACL pro Zeile)
ProcimgServer Parameter aclmode entfernt
Codestyle
This commit is contained in:
2018-04-04 16:24:57 +02:00
parent ec34a1903a
commit 0151dbceeb
20 changed files with 558 additions and 296 deletions

View File

@@ -0,0 +1,3 @@
# PLC-SLAVE Access Control List (acl)
# One entry per Line IPADRESS,LEVEL
#

View File

@@ -0,0 +1,3 @@
# XML-RPC Access Control List (acl)
# One entry per Line IPADRESS,LEVEL
#

View File

@@ -14,11 +14,11 @@ zeroonexit = 0
[PLCSLAVE]
plcslave = 0
acl =
aclfile = /etc/revpipyload/aclplcslave.conf
bindip = *
port = 55234
[XMLRPC]
xmlrpc = 0
acl =
aclfile = /etc/revpipyload/aclxmlrpc.conf
bindip = *