diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-01-31 17:32:57 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-01-31 17:32:57 +0200 |
commit | 193ced5652979d02577fc7a72b1e3a71393b12a9 (patch) | |
tree | 03be30ece1453ea087f51b252098235fd374114f /mysql-test/include/plugin.defs | |
parent | 13a578c73333e651b4d37602131ee1a7ead7d003 (diff) | |
download | mariadb-git-193ced5652979d02577fc7a72b1e3a71393b12a9.tar.gz |
Bug #59657: Move the client authentication_pam plugin into the server repository
Created a clear text built in client authentication plugin.
Test case added.
Added a negative test case : a login failure.
Diffstat (limited to 'mysql-test/include/plugin.defs')
-rw-r--r-- | mysql-test/include/plugin.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/plugin.defs b/mysql-test/include/plugin.defs index 4da03dc2cc9..e07c603c8e5 100644 --- a/mysql-test/include/plugin.defs +++ b/mysql-test/include/plugin.defs @@ -27,7 +27,7 @@ # with name1, name2 etc from the comma separated list of plugin names # in the optional 4th argument. -auth_test_plugin plugin/auth PLUGIN_AUTH test_plugin_server +auth_test_plugin plugin/auth PLUGIN_AUTH test_plugin_server,cleartext_plugin_server qa_auth_interface plugin/auth PLUGIN_AUTH_INTERFACE qa_auth_interface qa_auth_server plugin/auth PLUGIN_AUTH_SERVER qa_auth_server qa_auth_client plugin/auth PLUGIN_AUTH_CLIENT qa_auth_client |