diff options
author | Amalia Hawkins <amalia.hawkins@10gen.com> | 2015-04-24 11:54:40 -0400 |
---|---|---|
committer | Amalia Hawkins <amalia.hawkins@10gen.com> | 2015-04-28 16:41:22 -0400 |
commit | 3fe79932f7f20a78bd55f879863899c2443ab1a7 (patch) | |
tree | 8a465c8464c57ce323987a261168fe2c7355d0a5 /jstests/ssl/disable_x509.js | |
parent | fdfd8e79061f9ea12840875290d159dfafdcbc96 (diff) | |
download | mongo-3fe79932f7f20a78bd55f879863899c2443ab1a7.tar.gz |
SERVER-18140: Allow getParameter to be executed locally against an arbiter in an authenticated replica set
Diffstat (limited to 'jstests/ssl/disable_x509.js')
-rw-r--r-- | jstests/ssl/disable_x509.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/ssl/disable_x509.js b/jstests/ssl/disable_x509.js index 57175aa0f94..51de95dee63 100644 --- a/jstests/ssl/disable_x509.js +++ b/jstests/ssl/disable_x509.js @@ -1,6 +1,6 @@ // Test enabling and disabling the MONGODB-X509 auth mech -var CLIENT_USER = "CN=client,OU=KernelUser,O=MongoDB,L=New York City,ST=New York,C=US" +var CLIENT_USER = "C=US,ST=New York,L=New York City,O=MongoDB,OU=KernelUser,CN=client" var conn = MongoRunner.runMongod({smallfiles: "", auth: "", |