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 | |
parent | f1abe53b413c6f5a15518827e6532111aec41e70 (diff) | |
download | weechat-e91d401f41c2476e7af177056b394b4bda1752ac.zip |
irc: add support of "external" SASL mechanism (task #11864)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/de/weechat_user.de.txt | 11 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 9 | ||||
-rw-r--r-- | doc/fr/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 9 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 10 |
8 files changed, 31 insertions, 24 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 4089f201c..3958881e4 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -484,9 +484,9 @@ ** Werte: beliebige Zeichenkette (Standardwert: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** Beschreibung: `Vorrichtung zur SASL Authentifizierung` +** Beschreibung: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for crypted password, "external" for authentication using client side SSL cert` ** Typ: integer -** Werte: plain, dh-blowfish (Standardwert: `plain`) +** Werte: plain, dh-blowfish, external (Standardwert: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** Beschreibung: `Passwort für SASL Authentifizierung` diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index d399fdf81..655c903a2 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -1385,12 +1385,15 @@ Für weiterreichende Informationen lesen Sie bitte: http://www.oftc.net/oftc/Nic SASL Authentifizierung ^^^^^^^^^^^^^^^^^^^^^^ -WeeChat unterstützt zwei Möglichkeiten der SASL Authentifizierung: -"plain" (standard) oder "dh-blowfish" (verschlüsseltes Passwort). +// TRANSLATION MISSING +WeeChat supports SASL authentication, using three mechanisms: "plain" (plain +text password), "dh-blowfish" (crypted password) or "external" (client side SSL +cert). Optionen für Server sind: -* 'sasl_mechanism': Mechanismus welcher genutzt werden soll ("plain" oder "dh-blowfish") +* 'sasl_mechanism': Mechanismus welcher genutzt werden soll ("plain", + "dh-blowfish" oder "external") * 'sasl_timeout': Zeitüberschreitung (in Sekunden) für Authentifizierung * 'sasl_username': Username (Nickname) * 'sasl_password': Passwort @@ -2068,7 +2071,7 @@ Paket Ersteller:: Patches:: Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef, - JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n + JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller [[support]] diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index f6ec706b8..d67360dc7 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -484,9 +484,9 @@ ** values: any string (default value: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** description: `mechanism for SASL authentication` +** description: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for crypted password, "external" for authentication using client side SSL cert` ** type: integer -** values: plain, dh-blowfish (default value: `plain`) +** values: plain, dh-blowfish, external (default value: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** description: `password for SASL authentication` 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]] diff --git a/doc/fr/autogen/user/irc_options.txt b/doc/fr/autogen/user/irc_options.txt index acc622e89..c13cdb520 100644 --- a/doc/fr/autogen/user/irc_options.txt +++ b/doc/fr/autogen/user/irc_options.txt @@ -484,9 +484,9 @@ ** valeurs: toute chaîne (valeur par défaut: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** description: `mécanisme pour l'authentification SASL` +** description: `mécanisme pour l'authentification SASL: "plain" pour un mot de passe en clair, "dh-blowfish" pour un mot de passe chiffré, "external" pour une authentification en utilisant un certificat SSL côté client` ** type: entier -** valeurs: plain, dh-blowfish (valeur par défaut: `plain`) +** valeurs: plain, dh-blowfish, external (valeur par défaut: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** description: `mot de passe pour l'authentification SASL` diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 706eb9f52..21a174277 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -1412,12 +1412,13 @@ Pour plus d'informations, consulter http://www.oftc.net/oftc/NickServ/CertFP Authentification avec SASL ^^^^^^^^^^^^^^^^^^^^^^^^^^ -WeeChat supporte l'authentification avec SASL, en utilisant deux mécanismes : -"plain" (par défaut) ou "dh-blowfish" (mot de passe chiffré). +WeeChat supporte l'authentification avec SASL, en utilisant trois mécanismes : +"plain" (mot de passe en clair), "dh-blowfish" (mot de passe chiffré) ou +"external" (certificat SSL côté client). Les options dans le serveur sont : -* 'sasl_mechanism' : mécanisme à utiliser ("plain" ou "dh-blowfish") +* 'sasl_mechanism' : mécanisme à utiliser ("plain", "dh-blowfish" ou "external") * 'sasl_timeout' : délai d'attente maximum (en secondes) pour l'authentification * 'sasl_username' : nom d'utilisateur (pseudo) * 'sasl_password' : mot de passe @@ -2099,7 +2100,7 @@ Traductions:: Patchs:: Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef, - JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n + JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller [[support]] diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index a5bec0b24..05a1978ce 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -484,9 +484,9 @@ ** valori: qualsiasi stringa (valore predefinito: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** descrizione: `meccanismo per l'autenticazione SASL` +** descrizione: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for crypted password, "external" for authentication using client side SSL cert` ** tipo: intero -** valori: plain, dh-blowfish (valore predefinito: `plain`) +** valori: plain, dh-blowfish, external (valore predefinito: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** descrizione: `password per l'autenticazione SASL` diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 8fb8b2d67..ba0a96fff 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -1396,12 +1396,14 @@ Per maggiori informazioni consultare http://www.oftc.net/oftc/NickServ/CertFP Autenticazione SASL ^^^^^^^^^^^^^^^^^^^ -WeeChat supporta l'autenticazione SASL, usando due meccanismi: "plain" -(predefinito) o "dh-blowfish" (password codificata). +// TRANSLATION MISSING +WeeChat supports SASL authentication, using three mechanisms: "plain" (plain +text password), "dh-blowfish" (crypted password) or "external" (client side SSL +cert). Le opzioni nel server sono: -* 'sasl_mechanism': meccanismo da usare ("plain" o "dh-blowfish") +* 'sasl_mechanism': meccanismo da usare ("plain", "dh-blowfish" o "external") * 'sasl_timeout': timeout (in secondi) per l'autenticazione * 'sasl_username': nome utente (nick) * 'sasl_password': password @@ -2084,7 +2086,7 @@ Traduzioni:: Patches:: Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef, - JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n + JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller [[support]] |