From 5b2b38881009fd21c98eb05e42ba122219684c26 Mon Sep 17 00:00:00 2001 From: Sho IIZUKA Date: Fri, 13 Nov 2020 19:08:42 +0900 Subject: [PATCH 1/2] Fix a broken link to cleartext client side plugin http://dev.mysql.com/doc/en/cleartext-authentication-plugin.html returns 404. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 969aec554..8f4c6fb04 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Valid Values: true, false Default: false ``` -`allowCleartextPasswords=true` allows using the [cleartext client side plugin](http://dev.mysql.com/doc/en/cleartext-authentication-plugin.html) if required by an account, such as one defined with the [PAM authentication plugin](http://dev.mysql.com/doc/en/pam-authentication-plugin.html). Sending passwords in clear text may be a security problem in some configurations. To avoid problems if there is any possibility that the password would be intercepted, clients should connect to MySQL Server using a method that protects the password. Possibilities include [TLS / SSL](#tls), IPsec, or a private network. +`allowCleartextPasswords=true` allows using the [cleartext client side plugin](https://dev.mysql.com/doc/en/cleartext-pluggable-authentication.html) if required by an account, such as one defined with the [PAM authentication plugin](http://dev.mysql.com/doc/en/pam-authentication-plugin.html). Sending passwords in clear text may be a security problem in some configurations. To avoid problems if there is any possibility that the password would be intercepted, clients should connect to MySQL Server using a method that protects the password. Possibilities include [TLS / SSL](#tls), IPsec, or a private network. ##### `allowNativePasswords` From 57ef085e9d1a2fc07fa58abdc2050030af04e0b9 Mon Sep 17 00:00:00 2001 From: sho-iizuka Date: Fri, 13 Nov 2020 10:15:00 +0000 Subject: [PATCH 2/2] Add myself to AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 112e07524..3460c2e06 100644 --- a/AUTHORS +++ b/AUTHORS @@ -79,6 +79,7 @@ Reed Allman Richard Wilkes Robert Russell Runrioter Wung +Sho Iizuka Sho Ikeda Shuode Li Simon J Mudd