Subject: RE: CUCM 4.2 read user PIN
Replied by: David Staudt on 30-04-2010 03:19:28 PM
I think a general feature of most authentication systems is that you cannot, by design, retrieve the actual credential secret (here: PIN.) However you can authenticate the username against the PIN, which is possibly what you want. In UCM 5.x and beyond there is an AXL <doAuthenticateUser> request to easily authenticate a username against a password or pin. In UCM4.x this command isn't present, so you will need to use LDAP protocol to authenticate against the UCM's configure LDAP (either the on-board DC Directory or an enterprise LDAP, if so configured.)
I've also seen app's check username/pin against the CCMUser pages - i.e. make a test request to the CCMUser login page with the credentials to check, and if no authentication error is returned, assumed the credentials checked out.
This document was generated from CDN thread
Created by: Alejandra Moreno on 30-04-2010 07:47:12 AM
Hi,
Is there any way via AXL or perhaps LDAP query to retrieve the user PIN in CUCM 4.2? I always get a blank response.
By the way, the search engine seems not to work since I can't get any results no matter what I search for.
Thanks,
alej
Subject: RE: CUCM 4.2 read user PIN
Replied by: Alejandra Moreno on 03-05-2010 08:14:37 AM
Hi,
I meant to ask exactly what I did, is there a way to dump the users' PIN? By your answer I guess no..
cheers,
alej