nextcloud/apps/user_ldap/command
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
..
createemptyconfig.php Add a CLI command that creates an empty LDAP config 2014-09-29 00:21:20 -04:00
deleteconfig.php Add a CLI command that deletes an LDAP config 2014-09-30 03:23:00 +02:00
search.php Forward port of #12493 2014-12-04 19:02:09 +01:00
setconfig.php Fix casing and PHPDoc 2014-06-03 19:10:18 +02:00
showconfig.php Fix casing and PHPDoc 2014-06-03 19:10:18 +02:00
testconfig.php Fix casing and PHPDoc 2014-06-03 19:10:18 +02:00