From 7305cea5503513ed57d743faa1a491569eb66d92 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Mon, 13 Oct 2014 15:52:18 -0400 Subject: [PATCH] DOCS-4051: Mention replica sets w/ authentication in more places --- source/includes/toc-replica-set-deployment.yaml | 7 +++---- source/tutorial/deploy-replica-set.txt | 10 ++++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/source/includes/toc-replica-set-deployment.yaml b/source/includes/toc-replica-set-deployment.yaml index 87b5efb1e9f..e9f5aadf694 100644 --- a/source/includes/toc-replica-set-deployment.yaml +++ b/source/includes/toc-replica-set-deployment.yaml @@ -1,12 +1,11 @@ file: /tutorial/deploy-replica-set description: | - Configure a three-member replica set for either a - production system. + Configure a three-member replica set for production systems. --- file: /tutorial/deploy-replica-set-for-testing description: | - Configure a three-member replica set for either a - development and testing systems. + Configure a three-member replica set for either + development or testing systems. --- file: /tutorial/deploy-geographically-distributed-replica-set description: | diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index acbba40641c..1f925a44101 100644 --- a/source/tutorial/deploy-replica-set.txt +++ b/source/tutorial/deploy-replica-set.txt @@ -33,7 +33,13 @@ Considerations When Deploying a Replica Set .. include:: /includes/considerations-deploying-replica-set.rst -Procedure ---------- +Procedure Without Authentication +-------------------------------- .. include:: /includes/steps/deploy-replica-set.rst + +Procedure With Authentication +----------------------------- + +:doc:`/tutorial/deploy-replica-set-with-auth` explains how to initialize +a replica set when :ref:`access control ` is in use.