• Côme Chilliet's avatar
    feat(simple-management): Allow raw LDAP filters · 37490c0b
    Côme Chilliet authored
    This allows to use any LDAP filter instead of the usual search filter
     used on any management class.
    For instance in user list, you can enter (mail=a*) to search for all
     users having a value starting by a in the mail attribute.
    The entries will also have to match what you checked in the checkboxes,
     this filter only replaces the text search part of the filter.
    An LDAP filter is detected by starting and ending with parenthesis.
    
    issue #5135
    37490c0b