Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locale/es/LC_MESSAGES/reference/program/mongod.po
Original file line number Diff line number Diff line change
Expand Up @@ -1471,8 +1471,8 @@ msgstr ""

#: ../source/includes/option/option-mongod-auth.rst:3
msgid ""
"Enables authorization to control user's access to database resources and "
"operations. When authorization is enabled, MongoDB requires all clients to "
"Enables authentication to control user's access to database resources and "
"operations. When authentication is enabled, MongoDB requires all clients to "
"authenticate themselves first in order to determine the access for the "
"client."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion locale/pot/reference/program/mongod.pot
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ msgstr ""

#: ../source/includes/option/option-mongod-auth.rst:3
# 0f37c30ef3a64eecaf924eac9b82e26d
msgid "Enables authorization to control user's access to database resources and operations. When authorization is enabled, MongoDB requires all clients to authenticate themselves first in order to determine the access for the client."
msgid "Enables authentication to control user's access to database resources and operations. When authentication is enabled, MongoDB requires all clients to authenticate themselves first in order to determine the access for the client."
msgstr ""

#: ../source/includes/option/option-mongod-auth.rst:8
Expand Down
4 changes: 2 additions & 2 deletions locale/zh/LC_MESSAGES/reference/program/mongod.po
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ msgstr ""
# 0f37c30ef3a64eecaf924eac9b82e26d
#: ../source/includes/option/option-mongod-auth.rst:3
msgid ""
"Enables authorization to control user's access to database resources and "
"operations. When authorization is enabled, MongoDB requires all clients "
"Enables authentication to control user's access to database resources and "
"operations. When authentication is enabled, MongoDB requires all clients "
"to authenticate themselves first in order to determine the access for the"
" client."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions source/includes/options-mongod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ name: auth
args: null
directive: option
description: |
Enables authorization to control user's access to database resources
and operations. When authorization is enabled, MongoDB requires all
Enables authentication to control user's access to database resources
and operations. When authentication is enabled, MongoDB requires all
clients to authenticate themselves first in order to determine the
access for the client.

Expand Down