Search code examples
ldap

Is there a way to do an LDAP query to get records where a particular attribute is the same?


I am trying to find an example LDAP query where I can find records where a particular attribute matches one or more other records. For instance, a user object where the userid is different, but the employee ids are the same. Is this even possible?


Solution

  • From a single LDAP query no. Unless you know the emplyeeID value you are looking for.

    We created an LDAP tool, Duplicate Attribute Value Locater Tool, that will do this.

    -jim