summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/server_options.h')
-rw-r--r--src/mongo/db/server_options.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mongo/db/server_options.h b/src/mongo/db/server_options.h
index 08a944fec1d..73f49e8e150 100644
--- a/src/mongo/db/server_options.h
+++ b/src/mongo/db/server_options.h
@@ -130,23 +130,23 @@ struct ServerGlobalParams {
enum ClusterAuthModes {
ClusterAuthMode_undefined,
/**
- * Authenticate using keyfile, accept only keyfiles
- */
+ * Authenticate using keyfile, accept only keyfiles
+ */
ClusterAuthMode_keyFile,
/**
- * Authenticate using keyfile, accept both keyfiles and X.509
- */
+ * Authenticate using keyfile, accept both keyfiles and X.509
+ */
ClusterAuthMode_sendKeyFile,
/**
- * Authenticate using X.509, accept both keyfiles and X.509
- */
+ * Authenticate using X.509, accept both keyfiles and X.509
+ */
ClusterAuthMode_sendX509,
/**
- * Authenticate using X.509, accept only X.509
- */
+ * Authenticate using X.509, accept only X.509
+ */
ClusterAuthMode_x509
};
@@ -271,4 +271,4 @@ struct TraitNamedDomain {
return ret;
}
};
-}
+} // namespace mongo