From 6265fa11c402bd9b2d01a5f380f0554503c38f6a Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 30 Dec 2015 09:26:52 +0000 Subject: [PATCH] 96_allowed: fix documentation (Forum #46380) git-svn-id: https://svn.fhem.de/fhem/trunk@10306 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/96_allowed.pm | 5 +++-- fhem/docs/commandref_frame.html | 2 +- fhem/docs/commandref_frame_DE.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/96_allowed.pm b/fhem/FHEM/96_allowed.pm index bb35f84a4..a312f25f2 100755 --- a/fhem/FHEM/96_allowed.pm +++ b/fhem/FHEM/96_allowed.pm @@ -185,9 +185,10 @@ allowed_Attr(@) Authorize execution of commands and modification of devices based on the frontend used and/or authenticate users.

- If there are multiple instances defined, which are valid for a given + If there are multiple instances defined which are valid for a given frontend device, then all authorizations must succeed. For authentication - it is sufficient when one of the instances succeeds.

+ it is sufficient when one of the instances succeeds. The checks are + executed in alphabetical order of the allowed instance names.

Note: this module should work as intended, but no guarantee can be given that there is no way to circumvent it.

diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index b67080c0b..de19e4376 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -93,7 +93,7 @@ Helper modules