nextcloud/apps/user_ldap/appinfo
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
..
app.php Added OC.L10N namespace with translation functions 2014-10-29 10:09:12 +01:00
database.xml adding PK to table encryption 2014-06-06 13:33:56 +02:00
info.xml Add support for keys in the info.xml 2014-10-09 15:48:30 +02:00
install.php Use !== and === in user_ldap app – Part 1 2013-04-20 22:46:37 +02:00
register_command.php Forward port of #12493 2014-12-04 19:02:09 +01:00
routes.php Add routing to user_ldap 2014-08-19 15:26:15 +02:00
update.php must be empty not auto 2014-10-07 16:45:22 +02:00
version bump version 2014-10-09 11:15:56 +02:00