Ldap Query - TechRepublic
Question
September 15, 2009 at 11:52 AM
cliffj64

Ldap Query

by cliffj64 . Updated 16 years, 10 months ago

Help!!
I am trying to append an LDAP query string to include another contact email address. here is what I am trying to include:(&(objectCategory=contact)(mail=*hrcwest.com)) Here is what I already have:

(&(&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(msExchHomeServerName=/o=NRT/ou=Southern California/cn=Configuration/cn=Servers/cn=SCM*))(&(&(&(& (mailnickname=*) (| (objectCategory=group) )))(objectCategory=group)(mailNickname=sc*)))(&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=contact)) )))(objectCategory=contact)(mail=*nrt*.com)))(&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*))) )))(objectCategory=user)(extensionAttribute5=staff*)))(&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*))) )))(objectCategory=user)(title=BRANCH*)))(&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=contact)) )))(objectCategory=contact)(company=NRT-SoCal*))) ))))))

This discussion is locked

All Comments