We have a LDAP Data Source asset that reads in all our details from the Active Directory.
Not all of these are our staff, i.e. mailboxes, admin accounts, etc.
I need to be able to filter these out and have been adding conditions in the record filter.
It works with just one, until I add another then stops working, I've set:
Logical Grouping 'Match on at least ONE condition'
Filter Mode 'Filter out the records matching the given conditions'
Conditions:
1 Record set field name homemta; Value to match ^$; Match type Regex match; Match case No; Allow empty Yes
2 Record set field name department; Value to match ^$; Match type Regex match; Match case No; Allow empty Yes
When I use condition 1 all those accounts without exchange details are filtered out, but when I apply condition 2 of those filtered out all those with a deepartment are added back.