mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
96_allowed.pm: clarify allowedIfAuthenticatedByMe documentation (Forum #127463)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@26004 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
05ae94ba02
commit
0637c2d1b1
@ -482,13 +482,15 @@ EOF
|
|||||||
|
|
||||||
<a name="allowedIfAuthenticatedByMe"></a>
|
<a name="allowedIfAuthenticatedByMe"></a>
|
||||||
<li>allowedIfAuthenticatedByMe<br>
|
<li>allowedIfAuthenticatedByMe<br>
|
||||||
if set (to 1), then the allowed parameters will only be checked, if the
|
By default (value is 1), the rules only apply, if the connection was
|
||||||
authentication was executed by this allowed instance.
|
authenticated (via username/password) by this allowed instance. Set the
|
||||||
|
value to 0 to apply the rules anyway, e.g. if this instance has no
|
||||||
|
username or password set.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a name="basicAuth"></a>
|
<a name="basicAuth"></a>
|
||||||
<li>basicAuth, basicAuthMsg<br>
|
<li>basicAuth, basicAuthMsg<br>
|
||||||
request a username/password authentication for FHEMWEB access.
|
Request a username/password authentication for FHEMWEB access.
|
||||||
It can be a base64 encoded string of user:password, an SHA256 hash
|
It can be a base64 encoded string of user:password, an SHA256 hash
|
||||||
(which should be set via the corresponding set command) or a perl
|
(which should be set via the corresponding set command) or a perl
|
||||||
expression if enclosed in {}, where $user and $password are set, and
|
expression if enclosed in {}, where $user and $password are set, and
|
||||||
@ -634,9 +636,11 @@ EOF
|
|||||||
|
|
||||||
<a name="allowedIfAuthenticatedByMe"></a>
|
<a name="allowedIfAuthenticatedByMe"></a>
|
||||||
<li>allowedIfAuthenticatedByMe<br>
|
<li>allowedIfAuthenticatedByMe<br>
|
||||||
falls gesetzt (auf 1), dann werden die allowed Attribute nur dann
|
Per Voreinstellung (Wert ist 1) werden die Regel nur dann angewendet,
|
||||||
angewendet, falls auch die Authentifikation durch diese allowed Instanz
|
falls die Authentifikation (per Benutzername / Passwort) durch diese
|
||||||
durchgeführt wurde.
|
allowed Instanz erfolgte. Falls der Wert 0 ist, werden die Regel in
|
||||||
|
jedem Fall angewendet. Das ist z.Bsp. dann notwendig, falls kein
|
||||||
|
Benutzername/Passwort gesetzt ist.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a name="basicAuth"></a>
|
<a name="basicAuth"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user