I have attached the LDAP query for my default GAL below:
I am trying to create a customised GAL which basically contains the same list as the default GAL but excludes contacts and public folders. Can anyone advise me on what changes I need to make to the LDAP query to facilitate that. i have been messing around with it and it is driving me mad.
Mighty
Code:
(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder)(objectCategory=msExchDynamicDistributionList) ))
I am trying to create a customised GAL which basically contains the same list as the default GAL but excludes contacts and public folders. Can anyone advise me on what changes I need to make to the LDAP query to facilitate that. i have been messing around with it and it is driving me mad.
Mighty