nextcloud/apps/user_ldap/lib
Arthur Schiwon ee168a121d Forward port of #12493
add ldap-search command to occ

Conflicts:
	apps/user_ldap/appinfo/register_command.php

LDAP search filter creation changes:

1. do not prepend * wildcard to search terms. Will result in faster search, but
you don't find "foobar"  when looking for "bar"
2. advanced behaviour when search string contains a space and multiple search
attributes are present. The search string is split into single words. The
resulting filter requires that each word at least appears once in any search
attribute. This is supposed to return better results in big LDAPs.

trim search string before passing it on
2014-12-04 19:02:09 +01:00
..
user better check whether string resembles a DN, fixes #9887 2014-08-11 16:40:41 +02:00
access.php Forward port of #12493 2014-12-04 19:02:09 +01:00
backendutility.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
configuration.php more beautiful white spaces 2014-10-08 15:04:29 +02:00
connection.php support for AD primary groups 2014-07-08 21:32:21 +02:00
filesystemhelper.php newlines 2014-06-03 12:59:10 +02:00
helper.php Add a CLI command that deletes an LDAP config 2014-09-30 03:23:00 +02:00
ildapwrapper.php make scrutinizer happy, very minor changes 2014-10-01 11:55:53 +02:00
jobs.php fix instantiation of Access class 2014-06-27 18:49:11 +02:00
ldap.php ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829 2014-08-07 17:15:36 +02:00
ldaputility.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
logwrapper.php newlines 2014-06-03 12:59:10 +02:00
proxy.php LDAP: put out fetching of user meta data into a fully tested class of its own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master 2014-06-03 12:59:09 +02:00
wizard.php phpdoc and mixed up letters 2014-11-20 18:31:40 +01:00
wizardresult.php Fix PHPDoc in /apps 2014-05-16 22:21:57 +01:00