On Fri, 8 Aug 2008, ashish mahamuni wrote:
I've my own objectClass called 'Agency'. It has fields called 'radius' and 'agencyName'. I want to find out all 'agencyNames' such that 'radius' is less than 400. How can I achieve this?
You need to ensure that "radius" can compare appropriately, and you look for instances of "agencyName" where the comparison matches.
I won't say more than that because:
1) It's a fundamental question hardly worthy of -technical, and
2) It sounds like a homework question.
In short, it's covered in the Admin Guide.
PS: They're not called "fields".