cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
709
Views
0
Helpful
2
Replies

Setting end user property "User Locale" via LDAP Sync

Has anyone been able to configure the User Locale property on the end user page from an attribute in AD?  I was thinking of a custom AD attribute but was not sure what i would need to set the value as, or even if it would sync.

 

By default we have our Cluster configured for English, United States  However, we would like to utilize the "Francais canadien, Canada" language for our French Canadian locations.

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

Custom LDAP fields are not used by CUCM, but by other apps like CUACA.

CUCM does not use any LDAP field for what you're asking, that's not possible.

HTH

java

if this helps, please rate

Jonathan Schulenberg
Hall of Fame
Hall of Fame
You could certainly script this with the AXL API and your favorite programming language:
1. Query users on CUCM, likely with some constraints (eg home cluster).
2. For that user, query LDAP to get whatever attribute contains the locale.
3. Set that in CUCM (in whatever format CUCM expects it).
4. Voila!

You would probably want to retain a stateful knowledge of which users you have set previously and not set them every time. This would allow users to override/change or if they do chose in Self Care.
https://developer.cisco.com/site/axl/