29 Jan
2018
29 Jan
'18
10:33 a.m.
On Jan 29, 2018, at 9:38 AM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
i am very sorry alan but you didnt reply to this " iwant send to my php if freeradius accept password or not accept
Read raddb/sites-available/default. See the "post-auth" section. There are different policies run for Access-Accept, and Access-Reject.
or another solution i want convert cleartext password to chap-password or MS-CHAP " ?? Please help me
FreeRADIUS does that automatically. If you want to do it in PHP, (a) read the specs and implement it yourself, or (b) find a PHP library to do it for you. We don't do PHP, and can't help you with PHP questions. Alan DeKok.