7 Jul
2011
7 Jul
'11
8:45 a.m.
On 07/07/11 13:18, Equin Nix wrote:
Hi Phil,
thanks a lot for the fast answer! Unfortunatelly your radius-skills seem to be far far from mine, but I think I get the point.
I tried to add the following to /sites-enabled/default/ (int authorize section) (Its not a full copy of your text, I wanted to start step by step):
[...] # # Read the 'users' file files { # compare them
No, that's wrong. As per my original email, it should be: authorize { files if (...) { } You've got: authorize { files { ... } } ...which is wrong.