|
1 | 1 | .. list-table:: |
2 | | - :widths: 20 14 11 55 |
| 2 | + :widths: 20 14 12 54 |
3 | 3 | :header-rows: 1 |
4 | 4 | :stub-columns: 1 |
5 | 5 |
|
|
33 | 33 |
|
34 | 34 | **auth.authoritativeSet** defaults to **false**. |
35 | 35 |
|
36 | | - Required if **"auth" : true**. |
| 36 | + **Required if you enable authentication.** |
37 | 37 |
|
38 | 38 | * - auth.autoUser |
39 | 39 | - string |
40 | 40 | - Conditional |
41 | 41 | - Username that the {+aagent+} uses when connecting to an |
42 | 42 | instance. |
43 | 43 |
|
44 | | - Required if **"auth" : true**. |
| 44 | + **Required if you enable authentication.** |
45 | 45 |
|
46 | 46 | * - auth.autoPwd |
47 | 47 | - string |
48 | 48 | - Conditional |
49 | 49 | - Password that the {+aagent+} uses when connecting to an |
50 | 50 | instance. |
51 | 51 |
|
52 | | - Required if **"auth" : true**. |
| 52 | + **Required if you enable authentication.** |
53 | 53 |
|
54 | 54 | * - auth.disabled |
55 | 55 | - boolean |
|
63 | 63 | - Lists the supported authentication mechanisms for the processes |
64 | 64 | in the deployment. |
65 | 65 |
|
66 | | - Required if **"auth" : true**. |
| 66 | + **Required if you enable authentication.** |
67 | 67 |
|
68 | 68 | Specify: |
69 | 69 |
|
|
94 | 94 | - Conditional |
95 | 95 | - Sets the authentication mechanism used by the {+aagent+}. |
96 | 96 | If not specified, **disabled** defaults to **false**. |
97 | | - |
98 | | - Required if **"auth" : true**. |
| 97 | + |
| 98 | + **Required if you enable authentication.** |
99 | 99 |
|
100 | 100 | .. note:: |
101 | 101 |
|
|
126 | 126 | * - GSSAPI |
127 | 127 | - :ref:`Kerberos <security-auth-kerberos>` |
128 | 128 |
|
129 | | - |
130 | | - |
131 | 129 | * - auth.key |
132 | 130 | - string |
133 | 131 | - Conditional |
134 | 132 | - Contents of the key file that |mms| uses to authenticate to the |
135 | 133 | MongoDB processes. |
136 | 134 |
|
137 | | - Required if **"auth" : true** and **"auth.disabled" : false**. |
| 135 | + Required if **you enable authentication** and **"auth.disabled" : false**. |
138 | 136 |
|
139 | 137 | .. note:: |
140 | 138 |
|
|
147 | 145 | - Path and name of the key file that |mms| uses to authenticate to |
148 | 146 | the MongoDB processes. |
149 | 147 |
|
150 | | - Required if **"auth" : true** and **"auth.disabled" : false**. |
| 148 | + Required if **you enable authentication** and **"auth.disabled" : false**. |
151 | 149 |
|
152 | 150 | .. note:: |
153 | 151 |
|
|
233 | 231 |
|
234 | 232 | Required if: |
235 | 233 |
|
236 | | - - **"auth" : true**, |
237 | | - - **"auth.deploymentAuthMechanisms" : "MONGODB-CR"**, and |
238 | | - - **"auth.usersWanted[n].initPwd"** is unset. |
239 | | - |
| 234 | + - You enable authentication |
| 235 | + - **"auth.deploymentAuthMechanisms" : "MONGODB-CR"** |
| 236 | + - **"auth.usersWanted[n].initPwd"** is unset |
240 | 237 |
|
241 | 238 | * - auth.usersWanted[n].initPwd |
242 | 239 | - string |
|
245 | 242 |
|
246 | 243 | Required if: |
247 | 244 |
|
248 | | - - **"auth" : true**, |
249 | | - - **"auth.deploymentAuthMechanisms" : "MONGODB-CR"**, and |
250 | | - - **"auth.usersWanted[n].pwd"** is unset. |
| 245 | + - You enable authentication |
| 246 | + - **"auth.deploymentAuthMechanisms" : "MONGODB-CR"** |
| 247 | + - **"auth.usersWanted[n].initPwd"** is unset |
251 | 248 |
|
252 | 249 | * - auth.usersWanted[n].userSource |
253 | 250 | - string |
|
0 commit comments