basically what i want to do is edited the purported search attribute to include and or so i want to search for if user has a custom attribute 1 = glasgow and a group has a custom attribute 1 = glasgow then show result
the search below is the syntax if you search with the and which obviousl;y doesnt work - any idea where you put the | for the or
this query was build from the standard find filters and then just pasted out
(&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder)(objectCategory=msExchDynamicDistributionList) )))(objectCategory=user)(objectCategory=group)(extensionAttribute1=glasgow)(extensionAttribute1=glasgow)))
the search below is the syntax if you search with the and which obviousl;y doesnt work - any idea where you put the | for the or
this query was build from the standard find filters and then just pasted out
(&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder)(objectCategory=msExchDynamicDistributionList) )))(objectCategory=user)(objectCategory=group)(extensionAttribute1=glasgow)(extensionAttribute1=glasgow)))