Mysql with crypted password

2006-06-27 Thread Alessandro Agostini
. Which is the possible scenario to have crypted password stored in MySQL. Thank you Alessandro Agostini - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Mysql with crypted password

2006-06-27 Thread Stefan Winter
. Which is the possible scenario to have crypted password stored in MySQL. Since SecureW2 can use TTLS, you have a variety of options for encrypting passwords in your MySQL table. You may want to use unix crypt, MD5 hash passwords etc. The only difference is that the statement in SQL is not User

Re: Mysql with crypted password

2006-06-27 Thread Alessandro Agostini
Stefan Winter ha scritto: Hi! ... Since SecureW2 can use TTLS, you have a variety of options for encrypting passwords in your MySQL table. You may want to use unix crypt, MD5 hash passwords etc. The only difference is that the statement in SQL is not User-Password := whatever but

Re: Mysql with crypted password

2006-06-27 Thread Stefan Winter
Hi, Ok. Now I have two demo one with clear text passwd and one with crypted password. However I can't authenticate it. What I need to change in radius.conf or eap.conf ? I have modified radius.conf: pap { encryption_scheme = md5 (was crypt) } Okay. in