Raúl Alexis Betancor Santana wrote:
Hello,
The check is done once (at fixup time) for the www_authorize and proxy_authorize calls. The table name is the second parameter given to those calls.
Be sure to use www_authorize("explample.com", "subscriber");
Cheers Marius
On Jueves 02 Septiembre 2010 08:59:17 marius zbihlei escribió:
I know ...
if(is_method("REGISTER")) { # authenticate the REGISTER requests if(!www_authorize("","subscriber")) { xlog("L_ALERT", "REGISTER ($fU)($ru) no autorizado - Return Code ($rc) IP=$si\n"); www_challenge("","0"); ^^^^^^^^^^^^^^^^^ Upsssssssssss ... XPPPPPPPPPPPP
Thanks
On Jueves 02 Septiembre 2010 14:30:03 marius zbihlei escribió:
Raúl Alexis Betancor Santana wrote:
On Jueves 02 Septiembre 2010 13:50:24 Raúl Alexis Betancor Santana
escribió:
Ummm ... it was a proxy_autorize call later on the .cfg .... just a misstyped if statement ..
Thanks