Re: mysql troubles

2005-08-22 Thread Lewis Bergman
Alan DeKok wrote: See the rlm_sql documentation. The '==' is a comparison operator. Use ':=' Must have been to late. Thanks again, Alan for your help. The issue is now resolved. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 325-691-3301 800-299-6962 - List

Re: mysql troubles

2005-08-20 Thread Alan DeKok
Lewis Bergman [EMAIL PROTECTED] wrote: But, when I run the same sql command from the radius server's mysql client I get: mysql SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'testuser' ORDER BY id; ++--+---+--++ | id | UserName |

Re: mysql troubles

2005-08-20 Thread Lewis Bergman
Alan DeKok said: See the rlm_sql documentation. The '==' is a comparison operator. Use ':=' I did but somehow I didn't glean that from it. If I put the user in the users file, the correct post-auth sql query is executed and the accounting record is correctly inserted into the db. The

mysql troubles

2005-08-19 Thread Lewis Bergman
Versions: FreeRADIUS Version 1.0.4, for host , built on Aug 19 2005 at 12:44:42 mysql Ver 14.7 Distrib 4.1.12, for pc-linux-gnu (i686) using readline 4.3 mysql server version: 4.1.12-max Trouble: Per FAQ, started with the simple plain users file auth, which works. Moved to mysql which does not.