diff options
author | Kyle Fuller <inbox@kylefuller.co.uk> | 2012-02-29 15:22:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-29 15:22:03 +0100 |
commit | e91d401f41c2476e7af177056b394b4bda1752ac (patch) | |
tree | 1ba29f8e068096961d2621a2c05836925f1bf485 /doc/en/weechat_user.en.txt | |
parent | f1abe53b413c6f5a15518827e6532111aec41e70 (diff) | |
download | weechat-e91d401f41c2476e7af177056b394b4bda1752ac.zip |
irc: add support of "external" SASL mechanism (task #11864)
Diffstat (limited to 'doc/en/weechat_user.en.txt')
-rw-r--r-- | doc/en/weechat_user.en.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index a79cdcab6..2a6571739 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -1368,12 +1368,13 @@ For more information, look at http://www.oftc.net/oftc/NickServ/CertFP SASL authentication ^^^^^^^^^^^^^^^^^^^ -WeeChat supports SASL authentication, using two mechanisms: "plain" (default) -or "dh-blowfish" (crypted password). +WeeChat supports SASL authentication, using three mechanisms: "plain" (plain +text password), "dh-blowfish" (crypted password) or "external" (client side SSL +cert). Options in servers are: -* 'sasl_mechanism': mechanism to use ("plain" or "dh-blowfish") +* 'sasl_mechanism': mechanism to use ("plain", "dh-blowfish" or "external") * 'sasl_timeout': timeout (in seconds) for authentication * 'sasl_username': username (nick) * 'sasl_password': password @@ -2038,7 +2039,7 @@ Translations:: Patches:: Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef, - JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n + JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller [[support]] |