Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-07 Thread tnt
If i use PEAP with NT-PASSWORD, my freeradius it works ? Yes. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-07 Thread Diogo Teixeira
Please, Explain me how to do this. Can you explain me please ? I not found anywhere tutorial that explain: Howto freeradius + peap + DB with NT-Passwords !!! For Use PEAP with NT-PASSWORD, the only thing that i can do is add new user in DB with this query : INSERT INTO radcheck (username,

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-07 Thread Alan DeKok
Diogo Teixeira wrote: Explain me how to do this. Can you explain me please ? I not found anywhere tutorial that explain: Howto freeradius + peap + DB with NT-Passwords !!! There is no howto. Most people use systems like AD or Samba that automatically calculate the NT password. For Use

please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Hi people, I'm Portuguese student ! I have a big problem to solve. I have my freeradius, thats authenticates users by mysql database. I have passwords encrypted with MD5, but when i test, the Login is always Incorrect ! If password is clear, the freeradius works OK ! In the attachment i put

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
I have passwords encrypted with MD5, but when i test, the Login is always Incorrect ! You should provide debug for that case. If password is clear, the freeradius works OK ! *INSERT INTO radcheck (username, attribute, op, value) VALUES ('5','MD5-Password', '==', MD5('teste'));* That should

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Big BIG Thanks Ivan !!! But the only problem is the == ? In attachment i put debug lines, with the option: freeradius -xx Best Regards, Diogo Teixeira 2008/12/6 [EMAIL PROTECTED] I have passwords encrypted with MD5, but when i test, the Login is always Incorrect ! You should provide

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
In attachment i put debug lines, with the option: freeradius -xx I don't see the attachment. Use -X not -xx. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Ok ! Now, the attach is the log with Freeradius -x option, and with new user. Create with: INSERT INTO radcheck (username, attribute, op, value) VALUES ('7','MD5-Password', ':=', MD5('teste')); Big thks ! Best Regards, Diogo Teixeira 2008/12/7 [EMAIL PROTECTED] In attachment i put debug

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
Now, the attach is the log with Freeradius -x option, and with new user. Create with: INSERT INTO radcheck (username, attribute, op, value) VALUES ('7','MD5-Password', ':=', MD5('teste')); Ah, you can't use md5 encryption with PEAP.

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Big Thanks for your answer ! really ? =// I don't know this ! =/ Can you explain me why ? I'm not doubting from you. Just for curiosity! I can use another type of encryption with PEAP ? Best Regards, Diogo Teixeira 2008/12/7 [EMAIL PROTECTED] Now, the attach is the log with Freeradius -x

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
I don't know this ! =/ Can you explain me why ? I can use another type of encryption with PEAP ? It's all on the page. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
If i use PEAP with NT-PASSWORD, my freeradius it works ? Query: INSERT INTO radcheck (username, attribute, op, value) VALUES ('10','NT-Password', ':=', '2a5f0679ba350887d5a800902056134e'); Best Regards Diogo Teixeira 2008/12/7 [EMAIL PROTECTED] I don't know this ! =/ Can you explain me why