Skip to content

Commit 185fab7

Browse files
weissbadlop
authored andcommitted
Document 'allow_unencrypted_sasl2' option
1 parent 5a5497e commit 185fab7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/admin/configuration/listen-options.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ modules:
1111

1212
This option defines access to the port. The default value is `all`.
1313

14+
## allow_unencrypted_sasl2
15+
16+
*true | false*
17+
18+
As per [`XEP-0388`](https://xmpp.org/extensions/xep-0388.html#security),
19+
ejabberd rejects SASL2 negotiations over non-TLS connections by default. Setting
20+
this option to `true` allows SASL2 over plaintext connections, which may be
21+
useful in case TLS is terminated by some proxy in front of ejabberd.
22+
1423
## backlog
1524

1625
*Value*

content/admin/configuration/listen.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Handles c2s connections.
7171
7272
General listen options supported:
7373
[access](listen-options.md#access),
74+
[allow_unencrypted_sasl2](listen-options.md#allow_unencrypted_sasl2),
7475
[cafile](listen-options.md#cafile),
7576
[ciphers](listen-options.md#ciphers),
7677
[dhfile](listen-options.md#dhfile),

0 commit comments

Comments
 (0)