« Back to Administration XML Questions

RE: LDAP synchronization physicalDeliveryOfficeName attribute

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
We have Callmanager 8.0. Cisco DirSync service is enabled and our LDAP source is Microsoft Active Directory. Is it possible to add a new LDAP field to the list of fields that are synchronized? For instance there is a column called building in the enduser table in the informix backend database, but its empty for all end users. We would like to use the physicalDeliveryOfficeName LDAP attribute to populate that.

Is this the wrong forum, or this is not possible? Annnyyy ideas?

UCM 9.0 introduced this capability via the 'addLdapSyncCustomField' request (corresponding UI in the UCM admin LDAP config pages.)  Prior to that, it is not possible to customize the fields for syncing.

David Staudt:
UCM 9.0 introduced this capability via the 'addLdapSyncCustomField' request (corresponding UI in the UCM admin LDAP config pages.)  Prior to that, it is not possible to customize the fields for syncing.

 
Hi David,
 
What triggers the sync event from LDAP to CUCM. Is their an optimum way to do this.
Is it feasible to trigger this once every hour or would this have performace impacts on CUCM?
 
Thanks
Enda

Normally LDAP sync occurs on a schedule (every 1 to 7 days...at midnight..?)  It is possible to trigger an immediate LDAP sync from the UCM admin pages, or via AXL 'doLdapSync' request (UCM 8.0+)
Typically LDAP sync is configured because the number of users is large and unwieldy enough to require a dedicated directory system.  Therefore it is quite possible that a sync could have a performance impact, and doing so hourly (or indeed, during business hours) might need to be avoided.  Probably only careful testing (best done in vivo) can give you a complete understanding of the impact.
 
 

David Staudt:
Normally LDAP sync occurs on a schedule (every 1 to 7 days...at midnight..?)  It is possible to trigger an immediate LDAP sync from the UCM admin pages, or via AXL 'doLdapSync' request (UCM 8.0+)
Typically LDAP sync is configured because the number of users is large and unwieldy enough to require a dedicated directory system.  Therefore it is quite possible that a sync could have a performance impact, and doing so hourly (or indeed, during business hours) might need to be avoided.  Probably only careful testing (best done in vivo) can give you a complete understanding of the impact.
 
 

 
Thanks for the feedback David. Have Cisco any plans to provide a mechanism that will allow newly added users in AD to be synched to CUCM on an adhoc basis as opposed to needing to sync all users. This mechanism could be utilized throughout the working day and a nightly job could sync the full AD repo with CUCM.

Not aware of anything immediately forthcoming, but my visibility is incomplete in that area.