]> jfr.im git - irc/freenode/web-7.0.git/blame - content/kb/sasl/znc.md
Merge pull request #203 from tinyhippw/sasl-documentation
[irc/freenode/web-7.0.git] / content / kb / sasl / znc.md
CommitLineData
46e25db6 1Title: Configuring SASL for ZNC
2---
3ZNC ≥1.0 includes an official SASL module. Details can be found on the [ZNC wiki <i class="fa fa-external-link" aria-hidden="true"></i>](http://wiki.znc.in/Sasl).
4
51. Load the SASL module as you would any other module, following the instructions here.
6
72. Configure the supported mechanisms:
8 `/msg *sasl Mechanism PLAIN`
9
103. Configure your authentication credentials. AccountName should be the primary nick. Replace Password with your Nickserv password.
11`/msg *sasl Set AccountName Password`
12
13The next time ZNC reconnects, it should identify automatically.