Closed
Description
Feature Request
Is your feature request related to a problem? Please describe
There is too short db column (and variable limit) for ldap filter. Currently is 128 characters in table user_domains_ldap, column search_filter. It would be better to make bigger, if we want restrict user by group, its too short.
I expanded column to 512 characters, but it could be bigger. It looks I have to change max_length of search filter in file user_domains.php to 'max_length' => '4096'
Please consider to make search filter bigger.
Thank you
Radek