I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ? Sorry if my english is bad
Please Help Me ?? 2018-01-28 2:53 GMT+02:00 تعلم البرمجة <mido2010bona@gmail.com>:
I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ?
Sorry if my english is bad
On Jan 27, 2018, at 7:53 PM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ?
The server does that automatically. The Cleartext-Password is the users *correct* password. User-Password is what the person entered in order to get online. It might be the same (if it's correct), or it might be different (if it's wrong) CHAP-Password is a CHAP calculation of what the person entered in order to get online. MS-CHAP is an MS-CHAP calculation of what the person entered in order to get online. For CHAP and MS-CHAP, the server takes Cleartext-Password, and calculates the CHAP or MS-CHAP information. If it the two things match, the user must have entered the right password. Alan DeKok.
Thank you for your reply I know this but I want to do some things through PHP If the Password is correct I do so I call the data from the database but when the Password is encrypted the query fails 2018-01-28 2:53 GMT+02:00 تعلم البرمجة <mido2010bona@gmail.com>:
I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ?
Sorry if my english is bad
On Jan 28, 2018, at 3:31 PM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
Thank you for your reply I know this but I want to do some things through PHP If the Password is correct I do so I call the data from the database but when the Password is encrypted the query fails
That's how it works. You can't turn a CHAP-Password or an MS-CHAP password into a normal cleartext password. It's impossible. Alan DeKok.
ok iwant send to my php if freeradius accept password or not accecpt or another solution i want convert cleartext password to chap-password or MS-CHAP 2018-01-28 2:53 GMT+02:00 تعلم البرمجة <mido2010bona@gmail.com>:
I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ?
Sorry if my english is bad
? 2018-01-28 2:53 GMT+02:00 تعلم البرمجة <mido2010bona@gmail.com>:
I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ?
Sorry if my english is bad
You have the answer to your questions. Do NOT re-post the same question over and over. Do NOT post replies asking for responses. We saw your messages. We answered them. If you have anything NEW to offer, then post that. Posting the same question over and over is rude. Don't do it.
On Jan 29, 2018, at 9:20 AM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
?
2018-01-28 2:53 GMT+02:00 تعلم البرمجة <mido2010bona@gmail.com>:
I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ?
Sorry if my english is bad
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
i am very sorry alan but you didnt reply to this " iwant send to my php if freeradius accept password or not accecpt or another solution i want convert cleartext password to chap-password or MS-CHAP " ?? Please help me 2018-01-29 16:20 GMT+02:00 تعلم البرمجة <mido2010bona@gmail.com>:
?
2018-01-28 2:53 GMT+02:00 تعلم البرمجة <mido2010bona@gmail.com>:
I have php page inside default file in freeradius 3.0.11 i can check if valid password pap (Cleartext-Password) But I need Check If Valid Chap And Check If Valid MS-CHAP Can you give me solution ?
Sorry if my english is bad
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.
participants (2)
-
Alan DeKok -
تعلم البرمجة