diff options
author | Georgi Kodinov <joro@sun.com> | 2009-01-28 17:00:28 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-01-28 17:00:28 +0200 |
commit | 0ef24ca9fe4cce83ceabfb95fb3798e244d327bc (patch) | |
tree | 2b583c976e64ba5d49f6c27603e5544f51c15931 /mysql-test/t/openssl_1.test | |
parent | acb8a5dd0f3769aaf3b5265d2becfcaf4b29de11 (diff) | |
parent | 7234ca1a44a00e98052c0835bfd7e8ba4953f1b0 (diff) | |
download | mariadb-git-0ef24ca9fe4cce83ceabfb95fb3798e244d327bc.tar.gz |
merged bug 42366 to 5.1-bugteam
Diffstat (limited to 'mysql-test/t/openssl_1.test')
-rw-r--r-- | mysql-test/t/openssl_1.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test index 1f5ada76366..e36d904d457 100644 --- a/mysql-test/t/openssl_1.test +++ b/mysql-test/t/openssl_1.test @@ -11,8 +11,8 @@ insert into t1 values (5); grant select on test.* to ssl_user1@localhost require SSL; grant select on test.* to ssl_user2@localhost require cipher "DHE-RSA-AES256-SHA"; -grant select on test.* to ssl_user3@localhost require cipher "DHE-RSA-AES256-SHA" AND SUBJECT "/C=SE/ST=Uppsala/L=Uppsala/O=MySQL AB/emailAddress=abstract.mysql.developer@mysql.com"; -grant select on test.* to ssl_user4@localhost require cipher "DHE-RSA-AES256-SHA" AND SUBJECT "/C=SE/ST=Uppsala/L=Uppsala/O=MySQL AB/emailAddress=abstract.mysql.developer@mysql.com" ISSUER "/C=SE/ST=Uppsala/L=Uppsala/O=MySQL AB"; +grant select on test.* to ssl_user3@localhost require cipher "DHE-RSA-AES256-SHA" AND SUBJECT "/C=SE/ST=Uppsala/O=MySQL AB/emailAddress=abstract.mysql.developer@mysql.com"; +grant select on test.* to ssl_user4@localhost require cipher "DHE-RSA-AES256-SHA" AND SUBJECT "/C=SE/ST=Uppsala/O=MySQL AB/emailAddress=abstract.mysql.developer@mysql.com" ISSUER "/C=SE/ST=Uppsala/L=Uppsala/O=MySQL AB"; grant select on test.* to ssl_user5@localhost require cipher "DHE-RSA-AES256-SHA" AND SUBJECT "xxx"; flush privileges; |