Hi,
Is there any way to search for records that have multiple attributes?
For example, I'd like to know how many users have multiple userPassword values. Is there some filter syntax that can find that out for me?
Tim Gustafson Baskin School of Engineering UC Santa Cruz tjg@soe.ucsc.edu 831-459-5354
Tim Gustafson tjg@soe.ucsc.edu writes:
Hi,
Is there any way to search for records that have multiple attributes?
For example, I'd like to know how many users have multiple userPassword values. Is there some filter syntax that can find that out for me?
Unfortunately http://tools.ietf.org/id/draft-ietf-ldapext-ldapv3-dupent-08.txt is not yet supported by OpenLDAP.
-Dieter
On Wed, Aug 25, 2010 at 1:18 PM, Dieter Kluenter dieter@dkluenter.de wrote:
Tim Gustafson tjg@soe.ucsc.edu writes:
Is there any way to search for records that have multiple attributes?
Unfortunately http://tools.ietf.org/id/draft-ietf-ldapext-ldapv3-dupent-08.txt is not yet supported by OpenLDAP.
Even if it were, I don't see how it solves the OP's problem. Given the duplicate->entry control, how would you search for only entries that had more than one value for a given attribute?
I think you have to make do with application logic here.
-- Mark J. Reed markjreed@gmail.com
openldap-technical@openldap.org