diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-15 21:49:45 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-15 21:49:45 +0200 |
commit | e8cdda318fe2a09ff7302c54cdd7900040a8ba5a (patch) | |
tree | 13af58c29bbe19adc460692abed71435600570b3 /doc/fr/includes | |
parent | 51740eb21e71ca63b53ade1b432f6711ae9769dc (diff) | |
download | weechat-e8cdda318fe2a09ff7302c54cdd7900040a8ba5a.zip |
irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)
Diffstat (limited to 'doc/fr/includes')
-rw-r--r-- | doc/fr/includes/autogen_user_options.fr.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/includes/autogen_user_options.fr.adoc b/doc/fr/includes/autogen_user_options.fr.adoc index 7fa3d6dd0..37714f5d4 100644 --- a/doc/fr/includes/autogen_user_options.fr.adoc +++ b/doc/fr/includes/autogen_user_options.fr.adoc @@ -2779,9 +2779,9 @@ ** valeur par défaut: `+""+` * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** description: pass:none[mécanisme pour l'authentification SASL : "plain" pour un mot de passe en clair, "scram-sha-1" pour une authentification SCRAM avec algorithme de hachage SHA-1, "scram-sha-256" pour une authentification SCRAM avec algorithme de hachage SHA-256, "scram-sha-512" pour une authentification SCRAM avec algorithme de hachage SHA-512, "ecdsa-nist256p-challenge" pour une authentification par challenge avec clé, "external" pour une authentification en utilisant un certificat SSL côté client, "dh-blowfish" pour un mot de passe chiffré avec blowfish (non sûr, non recommandé), "dh-aes" pour un mot de passe chiffré avec AES (non sûr, non recommandé)] +** description: pass:none[mécanisme pour l'authentification SASL : "plain" pour un mot de passe en clair, "scram-sha-1" pour une authentification SCRAM avec algorithme de hachage SHA-1, "scram-sha-256" pour une authentification SCRAM avec algorithme de hachage SHA-256, "scram-sha-512" pour une authentification SCRAM avec algorithme de hachage SHA-512, "ecdsa-nist256p-challenge" pour une authentification par challenge avec clé, "external" pour une authentification en utilisant un certificat SSL côté client] ** type: entier -** valeurs: plain, scram-sha-1, scram-sha-256, scram-sha-512, ecdsa-nist256p-challenge, external, dh-blowfish, dh-aes +** valeurs: plain, scram-sha-1, scram-sha-256, scram-sha-512, ecdsa-nist256p-challenge, external ** valeur par défaut: `+plain+` * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* |