21 May
2015
21 May
'15
10:51 a.m.
On May 21, 2015, at 10:26 AM, Renato Sousa <rensousa@gmail.com> wrote:
Below debug connections. Some lines were omitted from the debug log so that the message is not too large (more than 2500 lines)
You're probably setting Simultaneous-Use in the inner tunnel, and not in the outer tunnel. You can always set it in the post-proxy section, too: post-proxy { ... update control { Simultaneous-Use := 1 } ... } The way the code is structured is that the Simultaneous-Use checks are done after the user is authenticated. ANY kind of authentication, including proxying. Alan DeKok.