30 Sep
2013
30 Sep
'13
9:42 a.m.
On Fri, Sep 27, 2013 at 11:28 AM, Timo Sirainen <tss@iki.fi> wrote:
On 27.9.2013, at 16.57, Justin McAleer <justin@neonova.net> wrote:
I am hoping to support encrypted passwords, which I know is generally not allowed in a proxy setup. However, I can return the password in clear-text out of the password database, so I was hoping for something similar to the destuser field.
The "pass" extra field is used by proxy to connect to the remote server. So if you can manage to return the plaintext password in that field, it'll work.
Excellent! That worked as promised. Thank you.