]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Improve the documentation of <sasl:server>.
authorSadie Powell <sadie@witchery.services>
Fri, 21 Feb 2020 20:26:23 +0000 (20:26 +0000)
committerSadie Powell <sadie@witchery.services>
Fri, 21 Feb 2020 20:26:23 +0000 (20:26 +0000)
docs/conf/modules.conf.example

index ad2b9ca8a64fc3378f0d77107d3b3a0f1d35bfc9..9f8c46d05bcd39778ec1d3fbc31984c0461b06f5 100644 (file)
 # Layer via AUTHENTICATE. Note: You also need to have cap loaded
 # for SASL to work.
 #<module name="sasl">
-# Define the following to your services server name to improve security
-# by ensuring the SASL messages are only sent to the services server
-# and not to all connected servers. This prevents a rogue server from
-# capturing SASL messages and disables the SASL cap when services is
-# down.
+
+# 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">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#