Merge pull request #1394 from RealRancor/ldap_selinux

Reference to SELinux docs in user backends
This commit is contained in:
Carla Schroder
2015-08-04 14:50:43 -07:00
2 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ syntax:
),
),
.. note:: A non-blocking or correctly configured SELinux setup is needed
for these backends to work. Please refer to the :ref:`selinux-config-label`.
Currently the “External user support” (user_external) app, which you need to
enable first (See :doc:`../installation/apps_management_installation`)
provides the following user backends:

View File

@@ -27,7 +27,10 @@ The LDAP application supports:
* Read-only access to your LDAP (no edit or delete of users on your LDAP)
.. Note:: The LDAP app is not compatible with the ``User backend using remote HTTP servers`` app.
You cannot use both of them at the same time.
You cannot use both of them at the same time.
.. note:: A non-blocking or correctly configured SELinux setup is needed
for the LDAP backend to work. Please refer to the :ref:`selinux-config-label`.
Configuration
-------------