diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-11-28 12:08:33 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-12-04 19:02:09 +0100 |
commit | ee168a121d8ba54e607d739f9e01070ded8bb3b8 (patch) | |
tree | c5d231c25394d8076884afd82e39b5f29a38243e /remote.php | |
parent | b6975143ff03c12e8f996b6f9f3144c5c0f47b25 (diff) | |
download | nextcloud-server-ee168a121d8ba54e607d739f9e01070ded8bb3b8.tar.gz nextcloud-server-ee168a121d8ba54e607d739f9e01070ded8bb3b8.zip |
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
Diffstat (limited to 'remote.php')
0 files changed, 0 insertions, 0 deletions