diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-21 20:27:05 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-21 20:27:05 +0000 |
commit | b31a4aea1b68f9fd27d4bf30440948056af2edce (patch) | |
tree | 3465ef60bef5baa8a89427c8301a74674a329bd9 /docs/conf | |
parent | 77a2f04c41410a0e9780d048134bc57f66990c9f (diff) |
Add support for requiring users to use SSL in order to use SASL.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 9f8c46d05..1b26182e4 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1951,7 +1951,10 @@ # You must define <sasl:target> to the name of your services server so # that InspIRCd knows where to send SASL authentication messages and # when it should enable the SASL capability. -#<sasl target="services.mynetwork.com"> +# You can also define <sasl:requiressl> to require users to use SSL in +# order to be able to use SASL. +#<sasl target="services.mynetwork.com" +# requiressl="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Secure list module: Prevent /LIST in the first minute of connection, |