01-07-2011 02:56 AM - edited 03-16-2019 02:44 AM
Hi
I'm in the process of trying to integrate our UCM with AD but I've come up against a problem with the mixture of User ID's we currently have configured in AD.
At the moment we have the following permutations of sAMAccountNames:
StaffID - ie 0355414
SurnameFirstinitial - ie MatthewsJ
ContractorID - ie c055414
In UCM the user id is consistent with the Staff ID apart from the fact that contractor id's are preceded with a "10" instead of a "c".
Because we have around 3000 users who are used to logging on with a numeric user id we do not want to start using alphanumeric logins when we integrate.
My question is, if we were to specify another field rather than sAMAccountName under the AD user, for example "title" with a consistent 7 number login can we then map this across to the UCM User ID?
I'd appreciate any assistance anybody could give.........
Thanks
01-07-2011 03:20 AM
After a bit of further investigation I can see that it's possible to specify one of the following attributes for the user id:
sAMAccountName (cannot use this because of reasons specified in last post)
mail (cannot use - alphanumeric)
employee number (cannot use - alphanumeric)
telephone number (cannot use - contains + which is not on phone keypad)
userPrincipalName (cannot use - alphanumeric)
Is it possible to add another field/attribute?
01-07-2011 06:53 AM
No, you need to select one of those as the userID. You cannot select/add anything else from what's available.
http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/admin/7_1_2/ccmcfg/b02ldsys.html
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk
01-12-2011 06:09 AM
Is there any chance that Cisco is going to add the IP Phone field to the "LDAP Attribute for User ID".
Regards,
Richard van Berkel
Telindus-ISIT NL
01-12-2011 06:13 AM
That's not likely to happen, if you're interested in that, you'll have to reach your AM to submit a PER.
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk
01-12-2011 06:32 AM
Ok,
Thanks for the quick reply.
Regards,
Richard
06-27-2011 03:34 PM
I've successfully used the following command to change the User ID to ipPhone. You'll need to restart Tomcat and DirSync after and of course it's unsupported by Cisco.
'run sql update directorypluginattribute set dirobjectclassattrname='ipPhone' where tkldapserverattr = 1'
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide