From ee0ecd241926b9720c42954f1e978fd54f771a59 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 10 Nov 2014 01:10:04 +0100 Subject: New option: disable_sasl_mechanisms The new "disable_sasl_mechanisms" option allows for restricting the list of SASL mechanisms offered to the client. Closes #339. --- doc/guide.tex | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/guide.tex') diff --git a/doc/guide.tex b/doc/guide.tex index 2c20df95..d77a2525 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1453,6 +1453,11 @@ The FQDN is used to authenticate some clients that use the DIGEST-MD5 SASL mecha The option syntax is: \esyntax{fqdn: undefined|FqdnString|[FqdnString]} +The option \option{disable\_sasl\_mechanisms} specifies a list of SASL +mechanisms that should \emph{not} be offered to the client. The mechanisms can +be listed as lowercase or uppercase strings. The option syntax is: +\esyntax{disable\_sasl\_mechanisms: [Mechanism, ...]} + \makesubsubsection{internalauth}{Internal} \ind{internal authentication}\ind{Mnesia} -- cgit v1.2.3