Skip to content

Commit f2b3b14

Browse files
author
Sam Kleinman
committed
DOCS-2339: edits to structure
1 parent c976361 commit f2b3b14

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/tutorial/enable-authentication.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Enable Authentication
44

55
.. default-domain:: mongodb
66

7+
Overview
8+
--------
9+
710
Enable authentication using the :setting:`auth` or :setting:`keyFile`
811
settings. Use :setting:`auth` for standalone instances, and
912
:setting:`keyFile` with :term:`replica sets <replica set>` and
@@ -15,8 +18,6 @@ Authentication requires at least one administrator user in the
1518
``admin`` database. You can create the user before enabling
1619
authentication or after enabling authentication.
1720

18-
.. seealso:: :doc:`/tutorial/control-access-to-mongodb-with-kerberos-authentication`.
19-
2021
Procedures
2122
----------
2223

@@ -49,7 +50,7 @@ Enable Authentication and then Create Administrator
4950
:doc:`/tutorial/add-user-administrator`.
5051

5152
Query Authenticated Users
52-
-------------------------
53+
~~~~~~~~~~~~~~~~~~~~~~~~~
5354

5455
If you have the :authrole:`userAdmin` or
5556
:authrole:`userAdminAnyDatabase` role on a database, you can query
@@ -59,3 +60,8 @@ authenticated users in that database with the following operation:
5960

6061
db.system.users.find()
6162

63+
Further Reading
64+
---------------
65+
66+
- :doc:`/tutorial/control-access-to-mongodb-with-kerberos-authentication`.
67+
- :doc:`/tutorial/configure-ldap-sasl-authentication`.

0 commit comments

Comments
 (0)