On Thu, 15 Nov 2007, Howard Chu wrote:
In OpenLDAP you would set an equality index on uidNumber and do a query for, e.g., (uidNumber<=2147483647) with sizelimit=1.
Why would that return the highest? Or are you counting upon the current LIFO behaviour and if so, is this now guaranteed?