On 28/07/14 17:04, Franks Andy (RLZ) IT Systems Engineer wrote:
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 multivalueattributecomparisons :
I don't *think* that was me - I recall someone else in the thread suggesting that. My "contribution" was to comment on the historical behaviour of =~ which is now gone.
/* |== 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 serversto check against lots of groups–Ialready populate a multivalueattributes“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 ?
As far as I know, it was only ever a suggestion someone made. It's never worked.