xwikisas / application-ldapuserimport

GNU Lesser General Public License v3.0
0 stars 3 forks source link

Allowing to search users and groups using a begin with filter instead of contains filter #75

Closed ldubost closed 1 year ago

ldubost commented 1 year ago

When running using a value filter, a search can be very slow (minutes) on a large LDAP. By default we should search using value which is going to be extremely faster (LDAP databases are tree indexes) and allow a setting the make a value* search in case the user wants a larger search.

This should apply both to user and groups searches.

oanalavinia commented 1 year ago

Closed by https://github.com/xwikisas/application-ldapuserimport/commit/54daef87ec26e7e67082654405382fee270e1c91

oanalavinia commented 1 year ago

Documentation updated at https://store.xwiki.com/xwiki/bin/view/Extension/ActiveDirectoryApplication#HConfiguringtheUserImport and https://store.xwiki.com/xwiki/bin/view/Extension/ActiveDirectoryApplication#HImportingUsers