summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-11-10 01:10:04 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-11-10 01:10:04 +0100
commitee0ecd241926b9720c42954f1e978fd54f771a59 (patch)
treec0b8708e7465aeafe4cdf6f9f2af389fd3425a29 /doc
parentAdd xref test to travis. (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.tex5
1 files changed, 5 insertions, 0 deletions
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}