From 232e340023f20d4b2041a1559a303a51d4ba5a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Rivas=20Acosta?= Date: Thu, 7 Jan 2021 12:53:26 +0000 Subject: [PATCH 1/2] Fixed the name of the protocol variable --- doc/authentication-methods/anonymous.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authentication-methods/anonymous.md b/doc/authentication-methods/anonymous.md index 2c089b5d1c5..aa01f73ef9a 100644 --- a/doc/authentication-methods/anonymous.md +++ b/doc/authentication-methods/anonymous.md @@ -30,5 +30,5 @@ Specifies the SASL mechanisms supported by the `anonymous` authentication method [auth.anonymous] allow_multiple_connections = true - anonymous_protocol = "both" + protocol = "both" ``` From 0fe7c41575d7c0256cf87472d5002d44326b6091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Rivas=20Acosta?= Date: Fri, 8 Jan 2021 11:45:38 +0000 Subject: [PATCH 2/2] Update anonymous.md Fixed another place where the variable had the wrong name. --- doc/authentication-methods/anonymous.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authentication-methods/anonymous.md b/doc/authentication-methods/anonymous.md index aa01f73ef9a..96d7e149aa5 100644 --- a/doc/authentication-methods/anonymous.md +++ b/doc/authentication-methods/anonymous.md @@ -14,7 +14,7 @@ When set to true, allows multiple connections from the same JID using the `anony ### `auth.anonymous.protocol` * **Syntax:** string, one of `"sasl_anon"`, `"login_anon"`, `"both"` * **Default:** `sasl_anon` -* **Example:** `anonymous_protocol = "both"` +* **Example:** `protocol = "both"` Specifies the SASL mechanisms supported by the `anonymous` authentication method: