mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
96_allowed.pm: clarify allowedIfAuthenticatedByMe documentation (Forum #127463)
git-svn-id: https://svn.fhem.de/fhem/trunk@26004 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9106337d77
commit
54546940fd
@ -482,13 +482,15 @@ EOF
|
||||
|
||||
<a name="allowedIfAuthenticatedByMe"></a>
|
||||
<li>allowedIfAuthenticatedByMe<br>
|
||||
if set (to 1), then the allowed parameters will only be checked, if the
|
||||
authentication was executed by this allowed instance.
|
||||
By default (value is 1), the rules only apply, if the connection was
|
||||
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>
|
||||
|
||||
<a name="basicAuth"></a>
|
||||
<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
|
||||
(which should be set via the corresponding set command) or a perl
|
||||
expression if enclosed in {}, where $user and $password are set, and
|
||||
@ -634,9 +636,11 @@ EOF
|
||||
|
||||
<a name="allowedIfAuthenticatedByMe"></a>
|
||||
<li>allowedIfAuthenticatedByMe<br>
|
||||
falls gesetzt (auf 1), dann werden die allowed Attribute nur dann
|
||||
angewendet, falls auch die Authentifikation durch diese allowed Instanz
|
||||
durchgeführt wurde.
|
||||
Per Voreinstellung (Wert ist 1) werden die Regel nur dann angewendet,
|
||||
falls die Authentifikation (per Benutzername / Passwort) durch diese
|
||||
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>
|
||||
|
||||
<a name="basicAuth"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user