To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Sasl: Difference between revisions

From ZNC
Jump to navigation Jump to search
KindOne (talk | contribs)
→‎Commands: This module stores the password in plain text like nickserv module.
KindOne (talk | contribs)
Include some networks that have sasl support.
Line 26: Line 26:


'''Note:''' The password is saved unencrypted, so don't make your ZNC data directory readable to other users!
'''Note:''' The password is saved unencrypted, so don't make your ZNC data directory readable to other users!
The following networks support sasl:
* ChatSpile <!-- InspIRCd network -->
* EsperNet
* Freenode
* PirateIRC <!-- Pirate Parties International -->
* Snoonet <!-- Reddit like network -->

Revision as of 20:11, 15 September 2013


The SASL module allows you to authenticate to an IRC network via SASL.

This module can be used with the cert module to support the EXTERNAL SASL mechanism. You can do this by setting up a certificate with cert and then setting the module to use the EXTERNAL mechanism. `/msg *sasl mechanism external`.

Commands

+-------------+-------------------+-----------------------------------------------+
| Command     | Arguments         | Description                                   |
+-------------+-------------------+-----------------------------------------------+
| Help        | search            | Generate this output                          |
| Mechanism   | [mechanism[ ...]] | Set the mechanisms to be attempted (in order) |
| RequireAuth | [yes|no]          | Don't connect if SASL cannot be authenticated |
| Set         | username password | Set the password for DH-BLOWFISH/PLAIN        |
+-------------+-------------------+-----------------------------------------------+
The following mechanisms are available:
+-------------+------------------------------------------------+
| Mechanism   | Description                                    |
+-------------+------------------------------------------------+
| EXTERNAL    | TLS certificate, for use with the *cert module |
| DH-BLOWFISH |                                                |
| PLAIN       | Plain text negotiation                         |
+-------------+------------------------------------------------+

Note: The password is saved unencrypted, so don't make your ZNC data directory readable to other users!

The following networks support sasl:

  • ChatSpile
  • EsperNet
  • Freenode
  • PirateIRC
  • Snoonet