summaryrefslogtreecommitdiff
path: root/jstests/libs/config_files/enable_auth.json
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@mongodb.com>2014-03-27 17:44:53 -0400
committerShaun Verch <shaun.verch@mongodb.com>2014-03-28 13:46:53 -0400
commitcbdf562d57b8419aaea83c26effbba14652ea7b3 (patch)
tree5048f1d172c0046299f4d245db440ee50f612cea /jstests/libs/config_files/enable_auth.json
parent9265798fae9f784bff50755260c9536e15ceb7d7 (diff)
downloadmongo-cbdf562d57b8419aaea83c26effbba14652ea7b3.tar.gz
SERVER-13379 Canonicalize auth and noauth as security.authentication
Diffstat (limited to 'jstests/libs/config_files/enable_auth.json')
-rw-r--r--jstests/libs/config_files/enable_auth.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/jstests/libs/config_files/enable_auth.json b/jstests/libs/config_files/enable_auth.json
new file mode 100644
index 00000000000..0f8aa7d9779
--- /dev/null
+++ b/jstests/libs/config_files/enable_auth.json
@@ -0,0 +1,5 @@
+{
+ "security" : {
+ "authentication" : "required"
+ }
+}