Hi, I just read in a post where Phil Mayers commented on some much needed (imho) functionality of FR. Maybe it's in there and I don't know, but he added in multivalue attribute comparisons :
* |== At least one attribute should equal the value * &== All attributes should equal the value * |=~ At least one attribute should match the regular expression * &=~ All attributes should match the regular expression
This would help me in my random thrashing of the ldap servers to check against lots of groups - I already populate a multivalue attributes "Ldap-MemberOf" and this would let me test against it nicely without foreach. Problem is that it doesn't work now: .. |== .. ^ Invalid text. Expected comparison operator Has it been removed from recent releases, and if so, how can I get it back ? Thanks Andy