Combine Users and Groups in GAL? (EX2003)
Is it possible to combine both users and groups in one GAL?? One of mycustom GALs for users of @domainname.com show users fine, but it doesnt show groups: (&(&(&(& (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)(mail=*domainname.com))) The following shows the groups but not the users: (&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder)(objectCategory=msExchDynamicDistributionList) )))(objectCategory=group)(extensionAttribute1=domainname.com*))) But how do I comine the two LDAP queries to show both? I tried the following: (&(&(&(& (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=domainname.com*)(mail=*domainname.com))) But it shows nothing, ie. looking for object with both queries, its as if its using AND rather than OR ? Help! thanks
September 14th, 2007 5:34pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics