Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #537: should not log connection message if option disabled #613

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed issue #520: Documentation issue
  • Loading branch information
szarta committed Nov 9, 2017
commit 498205a867cbc9fc2434b56eb11be7806067e90f
6 changes: 3 additions & 3 deletions man/mosquitto.conf.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<para><code>user &lt;username&gt;</code></para>

<para>The username referred to here is the same as in
<option>password_fil</option>e. It is not the
<option>password_file</option>. It is not the
clientid.</para>

<para>It is also possible to define ACLs based on pattern
Expand Down Expand Up @@ -189,7 +189,7 @@
<term><option>auth_opt_*</option> <replaceable>value</replaceable></term>
<listitem>
<para>Options to be passed to the auth plugin. See the
specific plugin instructions. </para>
specific plugin instructions.</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down Expand Up @@ -698,7 +698,7 @@
client connected to a listener with mount point
<replaceable>example</replaceable> can only see
messages that are published in the topic hierarchy
<replaceable>example</replaceable> and above.</para>
<replaceable>example</replaceable> and below.</para>
<para>Not reloaded on reload signal.</para>
</listitem>
</varlistentry>
Expand Down