Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d63cbdde
Commit
d63cbdde
authored
Oct 22, 2010
by
Horst.Hunger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Due to issues with merge.
parent
346b7301
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
28 deletions
+34
-28
mysql-test/r/plugin_auth_qa_2.result
mysql-test/r/plugin_auth_qa_2.result
+9
-9
mysql-test/r/plugin_auth_qa_3.result
mysql-test/r/plugin_auth_qa_3.result
+2
-2
mysql-test/t/plugin_auth_qa_1.test
mysql-test/t/plugin_auth_qa_1.test
+12
-6
mysql-test/t/plugin_auth_qa_2.test
mysql-test/t/plugin_auth_qa_2.test
+9
-9
mysql-test/t/plugin_auth_qa_3.test
mysql-test/t/plugin_auth_qa_3.test
+2
-2
No files found.
mysql-test/r/plugin_auth_qa_2.result
View file @
d63cbdde
...
...
@@ -15,7 +15,7 @@ NULL
SELECT @@external_user;
@@external_user
NULL
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
-u qa_test_1_user --password=qa_test_1_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
-u qa_test_1_user --password=qa_test_1_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
current_user() user() @@local.proxy_user @@local.external_user
qa_test_1_user@% qa_test_1_user@localhost NULL NULL
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
...
...
@@ -42,7 +42,7 @@ NULL
SELECT @@external_user;
@@external_user
NULL
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
-u qa_test_2_user --password=qa_test_2_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
-u qa_test_2_user --password=qa_test_2_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
current_user() user() @@local.proxy_user @@local.external_user
authenticated_as@% user_name@localhost 'qa_test_2_user'@'%' 'qa_test_2_user'@'%'
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
...
...
@@ -58,7 +58,7 @@ CREATE USER qa_test_3_user IDENTIFIED WITH qa_auth_interface AS 'qa_test_3_dest'
CREATE USER qa_test_3_dest IDENTIFIED BY 'dest_passwd';
GRANT ALL PRIVILEGES ON test_user_db.* TO qa_test_3_dest identified by 'dest_passwd';
GRANT PROXY ON qa_test_3_dest TO qa_test_3_user;
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
-u qa_test_3_user --password=qa_test_3_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
-u qa_test_3_user --password=qa_test_3_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
current_user() user() @@local.proxy_user @@local.external_user
qa_test_3_dest@% qa_test_3_user@localhost 'qa_test_3_user'@'%' 'qa_test_3_user'@'%'
DROP USER qa_test_3_user;
...
...
@@ -68,7 +68,7 @@ CREATE USER qa_test_4_user IDENTIFIED WITH qa_auth_interface AS 'qa_test_4_dest'
CREATE USER qa_test_4_dest IDENTIFIED BY 'dest_passwd';
GRANT ALL PRIVILEGES ON test_user_db.* TO qa_test_4_dest identified by 'dest_passwd';
GRANT PROXY ON qa_test_4_dest TO qa_test_4_user;
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
-u qa_test_4_user --password=qa_test_4_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
-u qa_test_4_user --password=qa_test_4_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
current_user() user() @@local.proxy_user @@local.external_user
qa_test_4_dest@% qa_test_4_user@localhost 'qa_test_4_user'@'%' 'qa_test_4_user'@'%'
DROP USER qa_test_4_user;
...
...
@@ -86,7 +86,7 @@ user plugin authentication_string password
*DFCACE76914AD7BD801FC1A1ECF6562272621A22
qa_test_5_user qa_auth_interface qa_test_5_dest
qa_test_5_dest *DFCACE76914AD7BD801FC1A1ECF6562272621A22
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
--user=qa_test_5_user --password=qa_test_5_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
--user=qa_test_5_user --password=qa_test_5_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
ERROR 1045 (28000): Access denied for user 'qa_test_5_user'@'localhost' (using password: YES)
DROP USER qa_test_5_user;
DROP USER qa_test_5_dest;
...
...
@@ -103,7 +103,7 @@ root
root
qa_test_6_user qa_auth_interface qa_test_6_dest
qa_test_6_dest *DFCACE76914AD7BD801FC1A1ECF6562272621A22
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
--user=qa_test_6_user --password=qa_test_6_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
--user=qa_test_6_user --password=qa_test_6_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
ERROR 1045 (28000): Access denied for user 'qa_test_6_user'@'localhost' (using password: YES)
GRANT PROXY ON qa_test_6_dest TO root IDENTIFIED WITH qa_auth_interface AS 'qa_test_6_dest';
SELECT user,plugin,authentication_string,password FROM mysql.user;
...
...
@@ -114,7 +114,7 @@ root
qa_test_6_user qa_auth_interface qa_test_6_dest
qa_test_6_dest *DFCACE76914AD7BD801FC1A1ECF6562272621A22
root qa_auth_interface qa_test_6_dest
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
--user=root --password=qa_test_6_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
--user=root --password=qa_test_6_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
REVOKE PROXY ON qa_test_6_dest FROM root;
SELECT user,plugin,authentication_string FROM mysql.user;
...
...
@@ -125,7 +125,7 @@ root
qa_test_6_user qa_auth_interface qa_test_6_dest
qa_test_6_dest
root qa_auth_interface qa_test_6_dest
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
13000
--user=root --password=qa_test_6_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT -h localhost -P
MASTER_MYPORT
--user=root --password=qa_test_6_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
DROP USER qa_test_6_user;
DROP USER qa_test_6_dest;
...
...
@@ -140,7 +140,7 @@ CREATE USER qa_test_11_user IDENTIFIED WITH qa_auth_interface AS 'qa_test_11_des
CREATE USER qa_test_11_dest IDENTIFIED BY 'dest_passwd';
GRANT ALL PRIVILEGES ON test_user_db.* TO qa_test_11_dest identified by 'dest_passwd';
GRANT PROXY ON qa_test_11_dest TO qa_test_11_user;
exec MYSQL PLUGIN_AUTH_OPT --default_auth=qa_auth_client -h localhost -P
13000
-u qa_test_11_user --password=qa_test_11_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT --default_auth=qa_auth_client -h localhost -P
MASTER_MYPORT
-u qa_test_11_user --password=qa_test_11_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
ERROR 1045 (28000): Access denied for user 'qa_test_11_user'@'localhost' (using password: YES)
DROP USER qa_test_11_user, qa_test_11_dest;
DROP DATABASE test_user_db;
mysql-test/r/plugin_auth_qa_3.result
View file @
d63cbdde
...
...
@@ -2,10 +2,10 @@ CREATE DATABASE test_user_db;
CREATE USER qa_test_11_user IDENTIFIED WITH qa_auth_server AS 'qa_test_11_dest';
GRANT ALL PRIVILEGES ON test_user_db.* TO qa_test_11_dest identified by 'dest_passwd';
GRANT PROXY ON qa_test_11_dest TO qa_test_11_user;
exec MYSQL PLUGIN_AUTH_OPT --default_auth=qa_auth_client -h localhost -P
13000
-u qa_test_11_user --password=qa_test_11_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT --default_auth=qa_auth_client -h localhost -P
MASTER_MYPORT
-u qa_test_11_user --password=qa_test_11_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
current_user() user() @@local.proxy_user @@local.external_user
qa_test_11_dest@% qa_test_11_user@localhost 'qa_test_11_user'@'%' 'qa_test_11_user'@'%'
exec MYSQL PLUGIN_AUTH_OPT --default_auth=qa_auth_client -h localhost -P
13000
-u qa_test_2_user --password=qa_test_11_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
exec MYSQL PLUGIN_AUTH_OPT --default_auth=qa_auth_client -h localhost -P
MASTER_MYPORT
-u qa_test_2_user --password=qa_test_11_dest test_user_db -e "SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;" 2>&1
ERROR 1045 (28000): Access denied for user 'qa_test_2_user'@'localhost' (using password: NO)
DROP USER qa_test_11_user, qa_test_11_dest;
DROP DATABASE test_user_db;
mysql-test/t/plugin_auth_qa_1.test
View file @
d63cbdde
...
...
@@ -14,7 +14,8 @@ SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
CREATE
USER
plug_user
IDENTIFIED
WITH
test_plugin_server
AS
'plug_dest'
;
CREATE
USER
plug_dest
IDENTIFIED
BY
'plug_dest_passwd'
;
GRANT
PROXY
ON
plug_dest
TO
plug_user
;
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
--
replace_result
$MASTER_MYSOCK
MASTER_MYSOCK
$PLUGIN_AUTH_OPT
PLUGIN_AUTH_OPT
--
exec
$MYSQL
-
S
$MASTER_MYSOCK
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
REVOKE
PROXY
ON
plug_dest
FROM
plug_user
;
--
error
1
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
...
...
@@ -29,11 +30,13 @@ GRANT PROXY ON plug_dest TO plug_user;
--
sorted_result
SELECT
user
,
plugin
,
authentication_string
FROM
mysql
.
user
WHERE
user
!=
'root'
;
--
echo
1
)
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
--
replace_result
$MASTER_MYSOCK
MASTER_MYSOCK
$PLUGIN_AUTH_OPT
PLUGIN_AUTH_OPT
--
exec
$MYSQL
-
S
$MASTER_MYSOCK
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
REVOKE
ALL
PRIVILEGES
ON
test_user_db
.*
FROM
'plug_user'
IDENTIFIED
WITH
test_plugin_server
AS
'plug_dest'
;
--
echo
2
)
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
--
replace_result
$MASTER_MYSOCK
MASTER_MYSOCK
$PLUGIN_AUTH_OPT
PLUGIN_AUTH_OPT
--
exec
$MYSQL
-
S
$MASTER_MYSOCK
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
REVOKE
PROXY
ON
plug_dest
FROM
plug_user
;
--
echo
3
)
--
error
1
...
...
@@ -49,7 +52,8 @@ CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
GRANT
PROXY
ON
plug_dest
TO
plug_user
;
--
echo
2
)
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
--
replace_result
$MASTER_MYSOCK
MASTER_MYSOCK
$PLUGIN_AUTH_OPT
PLUGIN_AUTH_OPT
--
exec
$MYSQL
-
S
$MASTER_MYSOCK
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();USE test_user_db;CREATE TABLE t1(a int);SHOW TABLES;DROP TABLE t1;"
2
>&
1
REVOKE
ALL
PRIVILEGES
ON
test_user_db
.*
FROM
'plug_user'
IDENTIFIED
WITH
test_plugin_server
AS
'plug_dest'
;
#REVOKE ALL PRIVILEGES ON test_user_db.* FROM 'plug_dest'
...
...
@@ -63,7 +67,8 @@ GRANT ALL PRIVILEGES ON test_user_db.* TO plug_user
IDENTIFIED
WITH
test_plugin_server
AS
'plug_dest'
;
CREATE
USER
plug_dest
IDENTIFIED
BY
'plug_dest_passwd'
;
GRANT
PROXY
ON
plug_dest
TO
plug_user
;
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();"
2
>&
1
--
replace_result
$MASTER_MYSOCK
MASTER_MYSOCK
$PLUGIN_AUTH_OPT
PLUGIN_AUTH_OPT
--
exec
$MYSQL
-
S
$MASTER_MYSOCK
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();"
2
>&
1
RENAME
USER
plug_dest
TO
new_dest
;
--
error
1
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();"
2
>&
1
...
...
@@ -81,7 +86,8 @@ CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
--
error
1
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();"
2
>&
1
GRANT
PROXY
ON
plug_dest
TO
plug_user
;
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();"
2
>&
1
--
replace_result
$MASTER_MYSOCK
MASTER_MYSOCK
$PLUGIN_AUTH_OPT
PLUGIN_AUTH_OPT
--
exec
$MYSQL
-
S
$MASTER_MYSOCK
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();"
2
>&
1
RENAME
USER
plug_dest
TO
new_dest
;
--
error
1
--
exec
$MYSQL
-
S
var
/
tmp
/
mysqld
.
1.
sock
-
u
plug_user
$PLUGIN_AUTH_OPT
--
password
=
plug_dest
-
e
"SELECT current_user();SELECT user();"
2
>&
1
...
...
mysql-test/t/plugin_auth_qa_2.test
View file @
d63cbdde
...
...
@@ -20,7 +20,7 @@ SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
SELECT
@@
proxy_user
;
SELECT
@@
external_user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
-
u
qa_test_1_user
--
password
=
qa_test_1_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
-
u
qa_test_1_user
--
password
=
qa_test_1_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
-
u
qa_test_1_user
--
password
=
qa_test_1_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
sorted_result
...
...
@@ -42,7 +42,7 @@ SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
SELECT
@@
proxy_user
;
SELECT
@@
external_user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
-
u
qa_test_2_user
--
password
=
qa_test_2_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
-
u
qa_test_2_user
--
password
=
qa_test_2_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
-
u
qa_test_2_user
--
password
=
qa_test_2_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
sorted_result
...
...
@@ -59,7 +59,7 @@ CREATE USER qa_test_3_dest IDENTIFIED BY 'dest_passwd';
GRANT
ALL
PRIVILEGES
ON
test_user_db
.*
TO
qa_test_3_dest
identified
by
'dest_passwd'
;
GRANT
PROXY
ON
qa_test_3_dest
TO
qa_test_3_user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
-
u
qa_test_3_user
--
password
=
qa_test_3_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
-
u
qa_test_3_user
--
password
=
qa_test_3_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
-
u
qa_test_3_user
--
password
=
qa_test_3_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
DROP
USER
qa_test_3_user
;
...
...
@@ -72,7 +72,7 @@ CREATE USER qa_test_4_dest IDENTIFIED BY 'dest_passwd';
GRANT
ALL
PRIVILEGES
ON
test_user_db
.*
TO
qa_test_4_dest
identified
by
'dest_passwd'
;
GRANT
PROXY
ON
qa_test_4_dest
TO
qa_test_4_user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
-
u
qa_test_4_user
--
password
=
qa_test_4_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
-
u
qa_test_4_user
--
password
=
qa_test_4_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
-
u
qa_test_4_user
--
password
=
qa_test_4_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
DROP
USER
qa_test_4_user
;
...
...
@@ -90,7 +90,7 @@ GRANT PROXY ON qa_test_5_dest TO ''@'localhost';
SELECT
user
,
plugin
,
authentication_string
,
password
FROM
mysql
.
user
WHERE
user
!=
'root'
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
--
user
=
qa_test_5_user
--
password
=
qa_test_5_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
--
user
=
qa_test_5_user
--
password
=
qa_test_5_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
error
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
--
user
=
qa_test_5_user
--
password
=
qa_test_5_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
...
...
@@ -107,21 +107,21 @@ GRANT PROXY ON qa_test_6_dest TO qa_test_6_user;
SELECT
user
,
plugin
,
authentication_string
,
password
FROM
mysql
.
user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
--
user
=
qa_test_6_user
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
--
user
=
qa_test_6_user
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
error
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
--
user
=
qa_test_6_user
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
GRANT
PROXY
ON
qa_test_6_dest
TO
root
IDENTIFIED
WITH
qa_auth_interface
AS
'qa_test_6_dest'
;
SELECT
user
,
plugin
,
authentication_string
,
password
FROM
mysql
.
user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
--
user
=
root
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
--
user
=
root
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
error
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
--
user
=
root
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
REVOKE
PROXY
ON
qa_test_6_dest
FROM
root
;
SELECT
user
,
plugin
,
authentication_string
FROM
mysql
.
user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
$
MASTER_MYPORT
--
user
=
root
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
-
h
localhost
-
P
MASTER_MYPORT
--
user
=
root
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
error
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
-
h
localhost
-
P
$MASTER_MYPORT
--
user
=
root
--
password
=
qa_test_6_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
...
...
@@ -138,7 +138,7 @@ CREATE USER qa_test_11_dest IDENTIFIED BY 'dest_passwd';
GRANT
ALL
PRIVILEGES
ON
test_user_db
.*
TO
qa_test_11_dest
identified
by
'dest_passwd'
;
GRANT
PROXY
ON
qa_test_11_dest
TO
qa_test_11_user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
$
MASTER_MYPORT
-
u
qa_test_11_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
MASTER_MYPORT
-
u
qa_test_11_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
error
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
$MASTER_MYPORT
-
u
qa_test_11_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
...
...
mysql-test/t/plugin_auth_qa_3.test
View file @
d63cbdde
...
...
@@ -12,10 +12,10 @@ CREATE USER qa_test_11_user IDENTIFIED WITH qa_auth_server AS 'qa_test_11_dest';
GRANT
ALL
PRIVILEGES
ON
test_user_db
.*
TO
qa_test_11_dest
identified
by
'dest_passwd'
;
GRANT
PROXY
ON
qa_test_11_dest
TO
qa_test_11_user
;
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
$
MASTER_MYPORT
-
u
qa_test_11_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
MASTER_MYPORT
-
u
qa_test_11_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
$MASTER_MYPORT
-
u
qa_test_11_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
$
MASTER_MYPORT
-
u
qa_test_2_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
echo
exec
MYSQL
PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
MASTER_MYPORT
-
u
qa_test_2_user
--
password
=
qa_test_11_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
--
error
1
--
exec
$MYSQL
$PLUGIN_AUTH_OPT
--
default_auth
=
qa_auth_client
-
h
localhost
-
P
$MASTER_MYPORT
-
u
qa_test_2_user
--
password
=
qa_test_2_dest
test_user_db
-
e
"SELECT current_user(),user(),@@local.proxy_user,@@local.external_user;"
2
>&
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment