Question
CFLDAP - How does the order of conditional statments in the filter attribute work?
Why do the following two filter attributes yield different results in a cfldap query?
1) Filter="(|(sn=edmu*)(sn~=edmu))"
2) Filter="(|(sn~=edmu)(sn=edmu*))"
From the results it looks like the second OR operand in the second filter, "(sn=edmu*)" is just being ignored. I don't see any documentation though on what order things are supposed to be in for these filter attributes.
