Displaying 2 results from an estimated 2 matches for "user_device".
Did you mean:
usb_device
2005 Feb 02
0
clicktocall via manager with cisco 7905
....so.
Normal operations with this phone work perfect.
Now I'm implementing a click to call app in php.
This php app connects to the manager interface and sends the
following down the line:
$this->_write($fp, "Action: Originate");
$this->_write($fp, "Channel: ".$this->user_device);
$this->_write($fp, "Context: ".$this->context);
$this->_write($fp, "Exten: ".$this->whotocall);
$this->_write($fp, "Priority: 1");
$this->_write($fp, "");
$this->_write($fp, "Action: Logoff");
where $this->user_device = &q...
2017 Feb 24
2
Users with multiple password
...ple possible hashed passwords for the user
2. dovecot attempts the passwords in order
3. login fails normally if none of the passdb results match
Does anyone have any experience, or tips for setting up this type of
behavior?
Other ideas we have touched upon are:
1. Different usernames (eg. 'user_device' or 'user_application')
2. Multiple passdbs(?)
Best regards,
Eirik Rye