3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 11:39:25 +01:00

example-conf: add a SASL login example

This commit is contained in:
James Lu 2016-12-17 16:10:09 -08:00
parent 9bfa0c9bb8
commit de3d9bb5c9

View File

@ -284,12 +284,20 @@ servers:
pylink_nick: pybot
#pylink_ident: pybot
# SSL options. Certfile and keyfile are optional but can be used for CertFP login if
# supported.
# SSL options. Certfile and keyfile are optional, but can be used for CertFP/SASL external
# if supported.
ssl: true
#ssl_certfile: mycert.pem
#ssl_keyfile: mycert.pem
# SASL login: for mechanisms, only EXTERNAL (SSL cert) and PLAIN (username and password)
# are supported so far.
# SASL PLAIN requires the sasl_username and sasl_password options to be set, while
# SASL EXTERNAL requires ssl, ssl_certfile, and ssl_keyfile to work.
#sasl_mechanism: "PLAIN"
#sasl_username: "mIRCsKripterz"
#sasl_password: "DownLoaditn00b!!!"
# Autoconnect works like usual.
autoconnect: 30