Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-17-2009, 06:19 AM
Loyal Member
 
Posts: 79
Default Not all GAL LDAP Mapping Attributes synchronized

I update 6.0.3 to 6.0.4 ZCS OS and configure external GAL:

>>>>> zmprov gds galsync@mydomain.com
# name ExternalGAL
# type gal
objectClass: zimbraDataSource
objectClass: zimbraGalDataSource
zimbraCreateTimestamp: 20091217102502Z
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 280
zimbraDataSourceId: 1968f228-a6de-406f-9a65-8edbc650c075
zimbraDataSourceName: ExternalGAL
zimbraDataSourcePollingInterval: 1h
zimbraDataSourceType: gal
zimbraGalLastSuccessfulSyncTimestamp: 20091217140031Z
zimbraGalStatus: enabled
zimbraGalType: ldap

>>>>> zmprov gd mydomain.com | grep -i gal
zimbraGalAccountId: 8385686f-3046-4101-9254-f21809fb417d
zimbraGalAutoCompleteLdapFilter: (|(cn=%s*)(sn=%s*)(gn=%s*)(mail=%s*))
zimbraGalInternalSearchBase: DOMAIN
zimbraGalLdapAttrMap: co=workCountry
zimbraGalLdapAttrMap: company=company
zimbraGalLdapAttrMap: description=notes
zimbraGalLdapAttrMap: displayName,cn=fullName
zimbraGalLdapAttrMap: givenName,gn=firstName
zimbraGalLdapAttrMap: initials=initials
zimbraGalLdapAttrMap: l=workCity
zimbraGalLdapAttrMap: objectClass=objectClass
zimbraGalLdapAttrMap: ou=department
zimbraGalLdapAttrMap: physicalDeliveryOfficeName=office
zimbraGalLdapAttrMap: postalCode=workPostalCode
zimbraGalLdapAttrMap: sn=lastName
zimbraGalLdapAttrMap: st=workState
zimbraGalLdapAttrMap: street,streetAddress=workStreet
zimbraGalLdapAttrMap: telephoneNumber=workPhone
zimbraGalLdapAttrMap: title=jobTitle
zimbraGalLdapAttrMap: whenChanged,modifyTimeStamp=modifyTimeStamp
zimbraGalLdapAttrMap: whenCreated,createTimeStamp=createTimeStamp
zimbraGalLdapAttrMap: zimbraCalResLocationDisplayName=zimbraCalResLocati onDisplayName
zimbraGalLdapAttrMap: zimbraCalResType=zimbraCalResType
zimbraGalLdapAttrMap: zimbraId=zimbraId
zimbraGalLdapAttrMap: zimbraMailDeliveryAddress,zimbraMailAlias,mail=ema il,email2,email3,email4,email5,email6,email7,email 8,email9,email10,email11,email12,email13,email14,e mail15,email16
zimbraGalLdapAttrMap: zimbraMailForwardingAddress=zimbraMailForwardingAd dress
zimbraGalLdapAttrMap: mobile=mobilePhone
zimbraGalLdapBindDn: zimbra_ad_user
zimbraGalLdapBindPassword: strongpassword
zimbraGalLdapFilter: (&(|(cn=%s*)(sn=%s*)(gn=%s*)(mail=%s*))(objectclas s=person))
zimbraGalLdapPageSize: 1000
zimbraGalLdapSearchBase: cn=users,dc=myaddomain,dc=com
zimbraGalLdapURL: ldap://192.168.10.0:3268
zimbraGalMaxResults: 100
zimbraGalMode: ldap
zimbraGalSyncLdapPageSize: 1000
zimbraGalSyncTimestampFormat: yyyyMMddHHmmss'Z'

There is '_ExternalGAL' addressbook in galsync account with contacts = all users from Active Directory domain but nobody has 'Title' and 'Organization' field fiilled (its filled in AD!).

Why ?
Reply With Quote
  #2 (permalink)  
Old 12-18-2009, 06:40 AM
Loyal Member
 
Posts: 79
Default

Added this information to bugzilla:
Bug 43627 – Some mapped External GAL (LDAP) attributes not synchronizing
Reply With Quote
  #3 (permalink)  
Old 12-23-2009, 12:32 AM
Loyal Member
 
Posts: 79
Default

Quote:
Originally Posted by ChaSer View Post
Are this is only my issue ?
Bug assigned to QA contact week ago but just in UNCONFIRMED state.
No votes and no messages about same problem from other people.
Does your External LDAP GAL mapping work fine ?
Reply With Quote
  #4 (permalink)  
Old 01-12-2010, 02:29 AM
Loyal Member
 
Posts: 79
Default

Does anybody else use Zimbra 6.0.4 with Active Directory for authentification and GAL ?
Does your Zimbra's GAL LDAP attributes syncing well ?
Reply With Quote
  #5 (permalink)  
Old 01-12-2010, 05:03 AM
Outstanding Member
 
Posts: 708
Default

I'm syncing title, ou, and mobile from an external OpenLDAP directory.

There was a bug in the Outlook Connector, fixed in 6.0.4, such that extra attributes would not show up in Outlook's GAL browser. But they were always present in the galsync account itself.
Reply With Quote
  #6 (permalink)  
Old 01-14-2010, 03:03 AM
Loyal Member
 
Posts: 79
Default

Quote:
Originally Posted by Rich Graves View Post
I'm syncing title, ou, and mobile from an external OpenLDAP directory.

There was a bug in the Outlook Connector, fixed in 6.0.4, such that extra attributes would not show up in Outlook's GAL browser. But they were always present in the galsync account itself.
In fresh installed Zimbra 6.0.4 (not upgraded from previous version) I has same proplem: some mapped attributes of Active Directory users not synced
I see this directly in address book by loggin on web console as galsync user.
Reply With Quote
  #7 (permalink)  
Old 02-13-2010, 11:25 PM
Loyal Member
 
Posts: 79
Default

Same bug is in 6.0.5.
Checked by upgading from 6.0.4 and ever by clear installation.
Reply With Quote
  #8 (permalink)  
Old 03-04-2010, 11:54 PM
Active Member
 
Posts: 35
Default

Hi ChaSer,

I've made the same steps in AD (Windows 2003 R2) and ZCS (6.0.5) to reproduce your case and everything looks good. I mean, those attributes have been updated without any issues.

Maybe, it is better to search logs for any records about GAL sync.

Regards,
Roman Dronov
Reply With Quote
  #9 (permalink)  
Old 03-08-2010, 05:50 AM
Loyal Member
 
Posts: 79
Default

Quote:
Originally Posted by rdronov View Post
I've made the same steps in AD (Windows 2003 R2) and ZCS (6.0.5) to reproduce your case and everything looks good. I mean, those attributes have been updated without any issues.
Show your Zimbra configuration please:
# zmprov gds galsync@<YOURDOMAIN>
# zmprov gd <YOURDOMAIN> | grep -i gal

and OS on which your Zimbra installed.

I test on Ubuntu 8.04 64-bit and Fedora 11 64-bit.
Each with 3 different Active Directory domain (installed by different peoples) and always get this bug.

My Zimbra installation:
- default installation
- configure GAL with zimbraAdmin web-gui
- fullsync
- get bug
Reply With Quote
  #10 (permalink)  
Old 03-08-2010, 06:54 AM
Active Member
 
Posts: 35
Default

Hi ChaSer,

This is my configuration:

zimbra@zs01:~$ zmprov gds galsync@testorg.local
# name zimbra
# type gal
objectClass: zimbraDataSource
objectClass: zimbraGalDataSource
zimbraCreateTimestamp: 20100209120649Z
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 257
zimbraDataSourceId: 974789cc-35e4-450c-841f-b9b0b63ad7ea
zimbraDataSourceName: zimbra
zimbraDataSourcePollingInterval: 10m
zimbraDataSourceType: gal
zimbraGalLastSuccessfulSyncTimestamp: 20100308144230Z
zimbraGalStatus: enabled
zimbraGalType: zimbra

# name ldap
# type gal

objectClass: zimbraDataSource
objectClass: zimbraGalDataSource
zimbraCreateTimestamp: 20100209120649Z
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 258
zimbraDataSourceId: 5b3d6935-01a2-4363-b5b5-b33329fd9155
zimbraDataSourceName: ldap
zimbraDataSourcePollingInterval: 10m
zimbraDataSourceType: gal
zimbraGalLastSuccessfulSyncTimestamp: 20100308144427Z
zimbraGalStatus: enabled
zimbraGalType: ldap

zimbra@zs01:~$ zmprov gd testorg.local | grep -i gal
zimbraGalAccountId: 849fd893-9818-46ab-b8ba-63ea6bb09fdb
zimbraGalAutoCompleteLdapFilter: adAutoComplete
zimbraGalInternalSearchBase: DOMAIN
zimbraGalLdapAttrMap: co=workCountry
zimbraGalLdapAttrMap: company=company
zimbraGalLdapAttrMap: description=notes
zimbraGalLdapAttrMap: displayName,cn=fullName
zimbraGalLdapAttrMap: facsimileTelephoneNumber,fax=workFax
zimbraGalLdapAttrMap: givenName,gn=firstName
zimbraGalLdapAttrMap: homeTelephoneNumber,homePhone=homePhone
zimbraGalLdapAttrMap: initials=initials
zimbraGalLdapAttrMap: l=workCity
zimbraGalLdapAttrMap: mobileTelephoneNumber,mobile=mobilePhone
zimbraGalLdapAttrMap: objectClass=objectClass
zimbraGalLdapAttrMap: ou=department
zimbraGalLdapAttrMap: pagerTelephoneNumber,pager=pager
zimbraGalLdapAttrMap: physicalDeliveryOfficeName=office
zimbraGalLdapAttrMap: postalCode=workPostalCode
zimbraGalLdapAttrMap: sn=lastName
zimbraGalLdapAttrMap: st=workState
zimbraGalLdapAttrMap: street,streetAddress=workStreet
zimbraGalLdapAttrMap: telephoneNumber=workPhone
zimbraGalLdapAttrMap: title=jobTitle
zimbraGalLdapAttrMap: whenChanged,modifyTimeStamp=modifyTimeStamp
zimbraGalLdapAttrMap: whenCreated,createTimeStamp=createTimeStamp
zimbraGalLdapAttrMap: zimbraCalResLocationDisplayName=zimbraCalResLocati onDisplayName
zimbraGalLdapAttrMap: zimbraCalResType=zimbraCalResType
zimbraGalLdapAttrMap: zimbraId=zimbraId
zimbraGalLdapAttrMap: zimbraMailDeliveryAddress,zimbraMailAlias,mail=ema il,email2,email3,email4,email5,email6,email7,email 8,email9,email10,email11,email12,email13,email14,e mail15,email16
zimbraGalLdapAttrMap: zimbraMailForwardingAddress=zimbraMailForwardingAd dress
zimbraGalLdapBindDn: CN=Administrator,CN=Users,DC=testorg,DC=local
zimbraGalLdapBindPassword: Qwerty12
zimbraGalLdapFilter: ad
zimbraGalLdapPageSize: 1000
zimbraGalLdapSearchBase: dc=testorg,dc=local
zimbraGalLdapURL: ldap://dc01.testorg.local:3268
zimbraGalMaxResults: 100
zimbraGalMode: ldap
zimbraGalSyncLdapPageSize: 1000
zimbraGalSyncTimestampFormat: yyyyMMddHHmmss'Z'

ZCS has been installed on Ubuntu 8.04.04 64-bit.

I hope this could help you.

Regards,
Roman
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.