Merge pull request #2061 from RealRancor/ldap_read_only

Clarify read-only in ldap user auth
This commit is contained in:
Carla Schroder 2016-01-19 10:43:25 -08:00
commit 467506d3dc

View File

@ -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.