14 Apr
2009
14 Apr
'09
10:50 a.m.
Gabriel Blanchard wrote:
You should be able to achieve this with unlang without any source modification if I understand what you are looking for
Unfortunately, no. The signature for packets is checked *before* any modules are executed. And checking the signature requires the shared secret. And, unlike 1.x, the shared secret is *not* copied into the REQUEST structure. So it can't be re-written dynamically. It requires some additional work to do this... Alan DeKok.