28 Jul
2014
28 Jul
'14
12:17 p.m.
Franks Andy (RLZ) IT Systems Engineer wrote:
This would help me in my random thrashing of the ldap servers to check against lots of groups
Use v3. It caches LDAP group checking. And you can use "foreach" to check multi-valued attributes.
– 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 ?
The operator "|==" never existed in the server code. Alan DeKok.