From d95c6266b4397a0ee683b1632ae108d63aef4b64 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Tue, 19 Jan 2016 10:02:34 +0100 Subject: [PATCH] Clarify read-only in ldap user auth --- admin_manual/configuration_user/user_auth_ldap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_user/user_auth_ldap.rst b/admin_manual/configuration_user/user_auth_ldap.rst index a35d041f1..27273a7f3 100644 --- a/admin_manual/configuration_user/user_auth_ldap.rst +++ b/admin_manual/configuration_user/user_auth_ldap.rst @@ -24,7 +24,7 @@ The LDAP application supports: * Support for primary groups in Active Directory * Auto-detection of LDAP attributes such as base DN, email, and the LDAP server port number -* Read-only access to your LDAP (no edit or delete of users on your LDAP) +* Only read access to your LDAP (edit or delete of users on your LDAP is not supported) .. 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.