mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #1394 from RealRancor/ldap_selinux
Reference to SELinux docs in user backends
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user