I'm getting ready to setup up the new 6.x GalSync account. What should I do with the old GalSync attributes that we added back in 5.0? Keep them or get rid of them?
Here's what I have now, left over from 5.0....
Code:
zimbraGalAutoCompleteLdapFilter: (cn=%s*)
zimbraGalInternalSearchBase: DOMAIN
zimbraGalLdapFilter: (|(uid=%s*)(cn=%s*)(sn=%s*)(givenName=%s*)(mail=%s*))
zimbraGalLdapPageSize: 1000
zimbraGalLdapSearchBase: dc=here,dc=edu
zimbraGalLdapURL: ldap://ldap.here.edu:389
zimbraGalMaxResults: 100
zimbraGalMode: ldap
zimbraGalSyncInternalSearchBase: DOMAIN
zimbraGalSyncLdapBindDn: cn=SEARCHACCTDN
zimbraGalSyncLdapBindPassword: PASSWORD
zimbraGalSyncLdapFilter: (&(mail=*)(objectClass=employee))
zimbraGalSyncLdapPageSize: 1000
zimbraGalSyncLdapSearchBase: ou=people,dc=here,dc=edu
zimbraGalSyncLdapURL: ldap://ldap.here.edu:389
zimbraGalSyncTimestampFormat: yyyyMMddHHmmss'Z'
zimbraGalTokenizeAutoCompleteKey: and
zimbraGalTokenizeSearchKey: and
Here are the GALSync entries I am adding. I'm going to try with two datasources (different filters)...using the instructions in the wiki...
GAL Sync Account - Zimbra :: Wiki Code:
# name EmployeeGAL
# type gal
objectClass: zimbraDataSource
objectClass: zimbraGalDataSource
zimbraCreateTimestamp: 20100113135942Z
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 257
zimbraDataSourceId: a8a04f45-931f-41fa-8102-8d45a8ac84ad
zimbraDataSourceName: EmployeeGAL
zimbraDataSourceType: gal
zimbraGalLastSuccessfulSyncTimestamp: 20100113143210Z
zimbraGalStatus: enabled
zimbraGalSyncLdapBindDn: cn=SEARCHACCTDN
zimbraGalSyncLdapBindPassword: PASSWORD
zimbraGalSyncLdapFilter: (&(mail=*)(objectClass=employee))
zimbraGalSyncLdapSearchBase: dc=here,dc=edu
zimbraGalSyncLdapURL: ldap://ldap.here.edu:389
zimbraGalType: ldap
# name StudentGAL
# type gal
objectClass: zimbraDataSource
objectClass: zimbraGalDataSource
zimbraCreateTimestamp: 20100113140504Z
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 258
zimbraDataSourceId: d24c4226-b529-4764-be1e-9ef3d99cf37a
zimbraDataSourceName: StudentGAL
zimbraDataSourcePollingInterval: 1d
zimbraDataSourceType: gal
zimbraGalStatus: enabled
zimbraGalSyncLdapBindDn: cn=SEARCHACCTDN
zimbraGalSyncLdapBindPassword: PASSWORD
zimbraGalSyncLdapFilter: (&(mail=*)(objectClass=student))
zimbraGalSyncLdapSearchBase: dc=here,dc=edu
zimbraGalSyncLdapURL: ldap://ldap.here.edu:389
zimbraGalType: ldap
On my test server I've configured the GALSync account and have two new contact folders in the galsync account address book for Employees and Students. Will both of these stay updated?
What do I do with the old GALSync attributes leftover from 5.0?
Can you tell autocomplete to query the GALSync account?
I know I have other questions, but I'll leave it at that for now.
Thanks,
Matt