14 Sep
2012
14 Sep
'12
11:34 a.m.
On 14/09/12 16:01, Alan DeKok wrote:
Phil Mayers wrote:
...requires the following changes:
Fixed, thanks.
Also, I think this has come up before, but master logs: WARNING: You are modifying the value of virtual attribute Virtual-Server. This is not supported. ...when you try to do this: authorize { .... if (Realm == MYREALM) { update control { Virtual-Server := "another-inner" } } ... } What's the recommended way to do that now? It does seem to work, but I'm guessing that "Virtual-Server" is supposed to be the value of the one you're currently *in*, and a different attribute the one the EAP module will direct tunnels to?