active directory - LDAP query: Is int bigger? -
this ldap search filter invalid: (msexchresourcecapacity>5).
this ldap search filter valid: (msexchresourcecapacity>=5).
documentation says:
>= lexicographically greater or equal to
this means 5 >= 40, not desirable room capacity, obvious reasons. how can check bigger number?
documentation falls short answer question.
there no documentation because there no such feature in ldap. 1 has resources ad , comparison in client-side code.
Comments
Post a Comment