diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2022-05-11 17:11:49 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-05-20 13:18:58 +0200 |
commit | 6dc27a2b2de4f2e94d69a979af7e71c2ead4db34 (patch) | |
tree | 6506f3c8d930eebe22c281e03acfeb93f0810e5b /mysql-test/main/ssl_cipher.result | |
parent | bf2bdd1a1a112c3bbdf53da7a663a59fafa62c7d (diff) | |
download | mariadb-git-bb-10.9-no_hack.tar.gz |
MDEV-5215 prerequisite: remove test and test_* database hacks in the test suitebb-10.9-no_hack
Diffstat (limited to 'mysql-test/main/ssl_cipher.result')
-rw-r--r-- | mysql-test/main/ssl_cipher.result | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mysql-test/main/ssl_cipher.result b/mysql-test/main/ssl_cipher.result index 66d817b7b41..93a93128b7a 100644 --- a/mysql-test/main/ssl_cipher.result +++ b/mysql-test/main/ssl_cipher.result @@ -3,15 +3,15 @@ create user ssl_user2@localhost require cipher 'AES256-SHA'; create user ssl_user3@localhost require cipher 'AES256-SHA' AND SUBJECT '/C=FI/ST=Helsinki/L=Helsinki/O=MariaDB/CN=client'; create user ssl_user4@localhost require cipher 'AES256-SHA' AND SUBJECT '/C=FI/ST=Helsinki/L=Helsinki/O=MariaDB/CN=client' ISSUER '/CN=cacert/C=FI/ST=Helsinki/L=Helsinki/O=MariaDB'; create user ssl_user5@localhost require cipher 'AES256-SHA' AND SUBJECT 'xxx'; -connect con1,localhost,ssl_user1,,,,,SSL-CIPHER=AES256-SHA; -connect(localhost,ssl_user2,,test,MASTER_PORT,MASTER_SOCKET); -connect con2,localhost,ssl_user2,,,,,SSL-CIPHER=AES128-SHA; +connect con1,localhost,ssl_user1,,"*NO-ONE*",,,SSL-CIPHER=AES256-SHA; +connect(localhost,ssl_user2,,,MASTER_PORT,MASTER_SOCKET); +connect con2,localhost,ssl_user2,,"*NO-ONE*",,,SSL-CIPHER=AES128-SHA; ERROR 28000: Access denied for user 'ssl_user2'@'localhost' (using password: NO) -connect con2,localhost,ssl_user2,,,,,SSL-CIPHER=AES256-SHA; -connect con3,localhost,ssl_user3,,,,,SSL-CIPHER=AES256-SHA; -connect con4,localhost,ssl_user4,,,,,SSL-CIPHER=AES256-SHA; -connect(localhost,ssl_user5,,test,MASTER_PORT,MASTER_SOCKET); -connect con5,localhost,ssl_user5,,,,,SSL-CIPHER=AES256-SHA; +connect con2,localhost,ssl_user2,,"*NO-ONE*",,,SSL-CIPHER=AES256-SHA; +connect con3,localhost,ssl_user3,,"*NO-ONE*",,,SSL-CIPHER=AES256-SHA; +connect con4,localhost,ssl_user4,,"*NO-ONE*",,,SSL-CIPHER=AES256-SHA; +connect(localhost,ssl_user5,,,MASTER_PORT,MASTER_SOCKET); +connect con5,localhost,ssl_user5,,"*NO-ONE*",,,SSL-CIPHER=AES256-SHA; ERROR 28000: Access denied for user 'ssl_user5'@'localhost' (using password: NO) connection con1; SHOW STATUS LIKE 'Ssl_cipher'; |