This article explains why Greater than (>) and Less than (<) operators do not function with the eTSAPUserGroupValidFrom and eTSAPUserGroupValidTo LDAP attributes in CA Identity Manager, and outlines the recommended workaround.
Identity Manager 14.x
The eTSAPUserGroupValidFrom and eTSAPUserGroupValidTo attributes are defined as String types within the SAP parser schema (sapparse.ptt). Because they are not defined as Date types, the Provisioning Server does not support mathematical comparison operators (Greater than/Less than) for these fields.
You can verify this schema definition by running the dumpptt utility: X:\CA\Identity Manager\Provisioning Server\bin>dumpptt.exe -f -t ..\data\sapparse.ptt -of d:\temp\sapptt.txt
The output will confirm the attribute is defined as: EditType: 0 [string]