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
Jump to navigation
Jump to search
Update Sasl to match 1.2 output. |
m Correct typo. |
||
Line 33: | Line 33: | ||
The following networks support sasl: | The following networks support sasl: | ||
* | * ChatSpike <!-- InspIRCd network --> | ||
* EsperNet | * EsperNet | ||
* Freenode | * Freenode | ||
* PirateIRC <!-- Pirate Parties International --> | * PirateIRC <!-- Pirate Parties International --> | ||
* Snoonet <!-- Reddit like network --> | * Snoonet <!-- Reddit like network --> |
Revision as of 00:41, 9 January 2014
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod sasl The code for this module can be found here. |
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
<*sasl> +-------------+-------------------+-----------------------------------------------+ <*sasl> | Command | Arguments | Description | <*sasl> +-------------+-------------------+-----------------------------------------------+ <*sasl> | Help | search | Generate this output | <*sasl> | Mechanism | [mechanism[ ...]] | Set the mechanisms to be attempted (in order) | <*sasl> | RequireAuth | [yes|no] | Don't connect if SASL cannot be authenticated | <*sasl> | Set | username password | Set the password for DH-BLOWFISH/DH-AES/PLAIN | <*sasl> +-------------+-------------------+-----------------------------------------------+ <*sasl> The following mechanisms are available: <*sasl> +-------------+----------------------------------------------------+ <*sasl> | Mechanism | Description | <*sasl> +-------------+----------------------------------------------------+ <*sasl> | EXTERNAL | TLS certificate, for use with the *cert module | <*sasl> | DH-BLOWFISH | Secure negotiation using the DH-BLOWFISH mechanism | <*sasl> | DH-AES | More secure negotiation using the DH-AES mechanism | <*sasl> | PLAIN | Plain text negotiation | <*sasl> +-------------+----------------------------------------------------+
Example:
/msg *sasl set username password /msg *sasl mechanism DH-BLOWFISH
Note: The password is saved unencrypted, so don't make your ZNC data directory readable to other users!
The following networks support sasl:
- ChatSpike
- EsperNet
- Freenode
- PirateIRC
- Snoonet