you need to live wiht sizelimit exceeded

even stated in the php docs: http://php.net/manual/en/function.ldap-search.php

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon
2018-11-05 16:46:13 +01:00
parent 5f358ecc67
commit 8eb0e5b29b

View File

@@ -682,6 +682,11 @@ This error message means one of the following:
#. 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.
#. A request to LDAP was sent, which limited the amount of results. This happens
anywhere where pagination is used, but also in the LDAP wizard. Since PHP's
LDAP module sends this messages as errors, we could only decide to silence
all error output, or none. Therefore it is inevitable that the message appears
in the log from time to time. Please ignore it.
Nextcloud LDAP internals
------------------------