When creating a Policy Xpress policy in CA Identity Manager (IM), the LDAP operators fail when using the greater than (>) and less than (<) syntax.
Identity Manager 14.x
This is not a code issue. This is working as designed.
LDAP does not work with > or < it needs to be >= or <=
Working
attribute=>X
attribute <= X
Not Working
attribute>X
attribute<X
This is behavior is correct and in line with the LDAP RFC Standards.
See the RFC 4511