On Thu, Jul 22, 2004 at 04:15:09PM -0400, Matt Harrison wrote: > Hi all, > > I've got freeradius 1.0.0-pre3 running against mysql 3.23.58. It > works great so far, but today, I configured an Adtran Netvanta router > to authenticate against it. First step worked great, as far as logon > authentication, but then when trying to use radius authentication for > enable mode, it rejects. The username comes accross as $enab15$ (as > shown in radiusd -X): > > rad_recv: Access-Request packet from host 10.1.2.10:3473, id=27, length=48 > User-Name = "$enab15$" > User-Password = "testpass" > > Then, when radiusd queries the database, it shows a query for > username:'=24enab15=24'. mysql says that there is no matching > username, and radiusd rejects the request. I tried adding the user > $enab15$ and =24enab=24 into the database, but to no avail. Anyone > have a suggestion? Thanks very much!
Add =24enabl15=24 as a user, or add $ to the list of safe characters in your SQL configuration file and add $enabl15$ as a user. -- Paul "TBBle" Hampson, on an alternate email client. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

