From 713b19b96ff02f0b4c8134e339440e12292de8c6 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 28 Jul 2021 17:02:14 +0100 Subject: [PATCH] Document output of ctrl dynsec listClients. --- www/pages/documentation/dynamic-security.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/pages/documentation/dynamic-security.md b/www/pages/documentation/dynamic-security.md index 01e79d69..8b76d506 100644 --- a/www/pages/documentation/dynamic-security.md +++ b/www/pages/documentation/dynamic-security.md @@ -595,6 +595,13 @@ To list all clients: mosquitto_ctrl dynsec listClients ``` +This gives an output that is a list of client usernames: + +``` +client1 +client2 +``` + The `modifyClient` command also exists in the topic API, but is not currently available in `mosquitto_ctrl`.