beautypg.com

Planning for large or complex deployments – Google Apps Directory Sync for Postini Services Administration Guide User Manual

Page 18

background image

20

Release 1.3.32, October 2009

All user objects except for ones with primary email addresses that contain the
word “test”

(&(&(objectclass=user)(objectcategory=person))(!(mail=*test*)))

All user objects (users and aliases) that are designated as a “person” and all
group objects (distribution lists)

(|(&(objectclass=user)(objectcategory=person))(objectcategory=grou

p))

All user objects that are designated as a “person”, all group objects and all
contacts, except those with any value defined for extensionAttribute9:

(&(|(|(&(objectclass=user)(objectcategory=person))(objectcategory=

group))(objectclass=contact))(!(extensionAttribute9=*)))

All users, but exclude disabled users:

(&(&(objectclass=user)(objectcategory=person))(!(userAccountContro

l=514)))

Active Directory LDAP: All users

(objectClass=person)

Active Directory LDAP: All email users (alternate)

(&(objectclass=user)(objectcategory=person))

OpenLDAP: All users

(objectClass=inetOrgPerson)

Lotus Domino LDAP: All users

(objectClass=dominoPerson)

Lotus Domino LDAP: All objects with a mail address defined that are designated
as a “person “or “group”:

(&(|(objectclass=dominoPerson)(objectclass=dominoGroup)(objectclas

s=dominoServerMailInDatabase))(mail=*))

Planning for Large or Complex Deployments

If your deployment is large enough or complex enough to require multiple
configuration files, you may need extra planning and preparation.