fix structure: move toctree to the end
- the introduction to the topic only appeared at the end of the page - visible in the HTML output (and even more visible if you build PDF from RST) Change-Id: Ib9c443c11449e1b4a64f3cf892ba886278a1de88
This commit is contained in:
committed by
Andreas Jaeger
parent
cd77e4f43b
commit
a44df6103b
@@ -4,12 +4,6 @@
|
||||
Integrate Identity with LDAP
|
||||
============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
identity-integrate-identity-backend-ldap.rst
|
||||
identity-secure-identity-to-ldap-backend.rst
|
||||
|
||||
The OpenStack Identity service supports integration with existing LDAP
|
||||
directories for authentication and authorization services. LDAP back
|
||||
ends require initialization before configuring the OpenStack Identity
|
||||
@@ -139,3 +133,9 @@ service.
|
||||
|
||||
During the service restart, authentication and authorization are
|
||||
unavailable.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
identity-integrate-identity-backend-ldap.rst
|
||||
identity-secure-identity-to-ldap-backend.rst
|
||||
|
||||
Reference in New Issue
Block a user