> (&(67>minRangeBoundary)(67<=maxRangeBoundary)) In the first look, it seems to be a good idea. But, I do not understand how exactly the user can predict the values for the min/maxRangeBoundary.
Assume the following 2 entries exist: Entry-1: ------- productID:15-22 colour: White size: small <other attribute values> Entry-2: ------- productID:74-112 colour: Blue size: large <other attribute values> Now, I would like to do an LDAP search for the productID:18 and it should match with the Entry-1 in the above example. How can I know in advance that the LDAP search should be done like '(&(productID=15)(productID=22)'? Isn't it? With my knowledge, my requirement can be implemented only in a proprietary way, either by using search with a control or with a new extended operation. Any comments? --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
