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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -