11-15-2012 01:42 PM - edited 03-14-2019 10:51 AM
Hi,
I am looking for a way to allow an UCCX agent quickly login from an IP phone without put the username/password, ideally it can only input the extention ID and able to Login.
The "One button login" setup works good but we are using LDAP for authentication, whenever an agent make a password change, we don't want to modify the password in Call Manager phone service.
Any idea, thanks
11-15-2012 01:56 PM
Hi,
well, you want to write an application that magically reads the password from LDAP and automatically supplies it to the authenticator? Looks like a security issue - and, by the way, LDAP would not give you the password itself.
You can try to create a server that would listen for HTTP GET requests coming from phones with the agent ID as the GET parameter, and then use CTI calls to log in the agent. But this might be a bit challenging, especially, if you don't have previous experience with UCCX CTI.
G.
11-15-2012 02:02 PM
Actually, we don't even want the agent to input the password to login, like just type the extension number and login.
Typing the username/password just a pain from the IP phone.
11-22-2012 02:53 AM
How about creating dummy users in AD with password never expires and use these for agent login?
Normal user: ABC
Dummy user: ABCagent (lock it down as much as possible)
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