EAP-TTLS MD5 hashed Passwords in MySQL Database for WPA-802.1x auth

2006-07-25 Thread Christian Poessinger
Hello, I'm trying to setup a System to authenticate WLAN users via EAP-TTLS with md5 crypted passwords, stored in a sql database. I'm using MySQL as the Backend and it works great when the passwords are stored in cleartext or UNIX crypt. When i convert the password from crypt to md5 and change

Re: EAP-TTLS MD5 hashed Passwords in MySQL Database for WPA-802.1x auth

2006-07-25 Thread Alan DeKok
Christian Poessinger [EMAIL PROTECTED] wrote: As I have to use the SQL attribute field with 'Crypt-Password' in it Why? Why not just change that? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

EAP-TTLS MD5 hashed Passwords in MySQL Database for WPA-802.1x auth

2006-07-24 Thread Christian Poessinger
Hello, I'm trying to setup a System to authenticate WLAN users via EAP-TTLS with md5 crypted passwords, stored in a sql database. I'm using MySQL as the Backend and it works great when the passwords are stored in cleartext or UNIX crypt. When i convert the password from crypt to md5 and change