5 Jan
2007
5 Jan
'07
2 p.m.
On Friday 05 January 2007 12:01, Andrew Long wrote:
Use "+=" for the operators. See doc/rlm_sql for reasons why.
Still, after updating instances of '=' to '+=', we get:
Processing the authorize section of radiusd.conf modcall: entering group authorize for request 0 Invalid operator for item Suffix: reverting to '==' Invalid operator for item Suffix: reverting to '==' Invalid operator for item Suffix: reverting to '=='
How can I tell what operator/suffix they refer to?
$ grep -ri Suffix /etc/raddb/* If that shows nothing, then it's being pulled from a database or other flat file. Check those other locations for any Suffix attributes. -Kevin