Re: rlm_sql_mysql encoding issue

2009-04-29 Thread Eric Hoeve
Alan DeKok said the following, On 4/29/2009 7:27 AM: Eric Hoeve wrote: Is there a way to change the way rlm_sql_mysql does its encoding? So I can leave it as 'MACH01\testuser'. Yes. Read raddb/sql/mysql/dialup.conf, and look for 'safe_characters'. Alan DeKok. - List info/subscrib

Re: rlm_sql_mysql encoding issue

2009-04-29 Thread Alan DeKok
Eric Hoeve wrote: > Is there a way to change the way rlm_sql_mysql does its encoding? So I > can leave it as 'MACH01\testuser'. Yes. Read raddb/sql/mysql/dialup.conf, and look for 'safe_characters'. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_sql_mysql encoding issue

2009-04-29 Thread Ivan Kalik
> This is my radcheck table: > mysql> select * from radcheck; > ++--+++-+ > | id | username | attribute | op | value | > ++--+++-+ > | 1 | MACH01\testuser | Cleartext-Password | := | myse

rlm_sql_mysql encoding issue

2009-04-28 Thread Eric Hoeve
I am trying to setup freeradius using EAP-PEAP using a mysql backend. I seem to have most of it working, but one small issue. I have freeradius 2.1.5. This is my radcheck table: mysql> select * from radcheck; ++--+++-+ | id | username | attribu