From 360842eee2ecbad4b57be8f3355948d607f32fa5 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 6 Dec 2016 11:04:50 +0100 Subject: [PATCH] adjust to @blizzz comments Signed-off-by: Morris Jobke --- admin_manual/configuration_user/user_auth_ldap.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/admin_manual/configuration_user/user_auth_ldap.rst b/admin_manual/configuration_user/user_auth_ldap.rst index ef7d6fb8c..82b608ee9 100644 --- a/admin_manual/configuration_user/user_auth_ldap.rst +++ b/admin_manual/configuration_user/user_auth_ldap.rst @@ -576,11 +576,15 @@ Now you can modify and enable the configuration. ldap_search(): Partial search results returned: Sizelimit exceeded at apps/user_ldap/lib/LDAP.php#256 -This error message means that the pagination of the results is used for -communicating with the LDAP server (pagination is by default enabled in -OpenLDAP and AD), but there are more results to return than what the pagination -limit is set to. If there are no users missing in you setup then you can ignore -this error message for now. +This error message means that one of the following: + +#. Pagination of the results is used for communicating with the LDAP server + (pagination is by default enabled in OpenLDAP and AD), but there are more + results to return than what the pagination limit is set to. If there are no + users missing in you setup then you can ignore this error message for now. +#. No pagination is used and this indicates that there are more results on the + LDAP server than what is returned. You should then enabled pagination on + your LDAP server to import all available users. Nextcloud LDAP Internals ------------------------