4 Jan
2010
4 Jan
'10
6:09 p.m.
Difan Zhao wrote:
To refresh your memory, I am doing MAC address authentication bypass. It looks to me that the “users” file takes precedence than “sites-available/default”.
No. You are setting "Auth-Type = ..." in the "users" file, and then trying to se "Auth-Type = ..." *again* elsewhere. See "man unlang" for the meaning of the operators. If you want to over-ride a previous value, use ":=", not "=". Alan DeKok.