|
7.
|
|
|
All lines with a # as the very first character are treated as a comment.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:34(para)
|
|
8.
|
|
|
Configuration lines start with a variable name. The variable value is separated from the name by a single space.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:36(para)
|
|
9.
|
|
|
Variables
|
|
|
|
Variables
|
|
Translated and reviewed by
Jean-Marc
|
|
|
|
Located in
mosquitto.conf.5.xml:41(title)
|
|
10.
|
|
|
acl_file
|
|
|
|
acl_file
|
|
Translated and reviewed by
Jean-Marc
|
|
|
|
Located in
mosquitto.conf.5.xml:44(option)
|
|
11.
|
|
|
Set the path to an access control list file. If defined, the contents of the file are used to control client access to topics on the broker.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:46(para)
|
|
12.
|
|
|
If this parameter is defined then only the topics listed will have access. Topic access is added with lines of the format:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:49(para)
|
|
13.
|
|
|
topic [read|write] <topic>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:53(code)
|
|
14.
|
|
|
The access type is controlled using "read" or "write". This parameter is optional - if not given then the access is read/write. <topic> can contain the + or # wildcards as in subscriptions.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:55(para)
|
|
15.
|
|
|
The first set of topics are applied to anonymous clients, assuming allow_anonymous is true. User specific topic ACLs are added after a user line as follows:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:60(para)
|
|
16.
|
|
|
user <username>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:64(code)
|