diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-11-10 11:47:10 +0300 |
---|---|---|
committer | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-11-10 11:47:10 +0300 |
commit | f47a59de2fc5765b1cbd7099d8ebbefe857b2d0e (patch) | |
tree | 2dcabc6f099fb6d79ac29bb27ec4a944ce640d91 /doc/guide.tex | |
parent | Merge pull request #337 from weiss/fix-install-without-json (diff) | |
parent | New option: disable_sasl_mechanisms (diff) |
Merge pull request #340 from weiss/disable-mechanisms
New option: disable_sasl_mechanisms
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 2c20df953..d77a2525f 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} |