]> jfr.im git - irc/freenode/web-7.0.git/blame - content/kb/sasl/epic5.md
add description of default user modes
[irc/freenode/web-7.0.git] / content / kb / sasl / epic5.md
CommitLineData
46e25db6 1Title: Configuring SASL for Epic5
2---
3EPIC5 has the sasl_auth script built-in. Mikhail contributed this explanation of how to use it.
4
5Open your EPIC5 configuration file, ~/.epicrc or ~/.ircrc, in your preferred editor.
6Add the following lines:
7
8 * `load sasl_auth`
9 * `sasl_auth *.freenode.net plain username password`
10
11Replace username with your primary nick. The password may be replaced with your password or omitted, in which case EPIC5 will prompt for the password when it connects.
12You may change `*.freenode.net` to something more specific if desired, but the * means SASL authentication will be attempted for any freenode.net server.
13Only `plain` is supported as the authentication mechanism. You may want to use SSL to protect your password.
14
15If everything has been configured correctly, the next time you connect you should see the message:
16 `SASL authentication successful`