When creating a Policy Xpress policy in CA Identity Manager (IM), the LDAP operators fail when using the greater than (>) and less than (<) syntax.
Release :
14.2, 14.3, 14.4
Component :
CA IDENTITY SUITE (VIRTUAL APPLIANCE)
CA IDENTITY MANAGER
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.
https://www.ietf.org/rfc/rfc4511.txt