Hi All how i can access chap password in site-available ? i use %{%{User-Password}:- Chap-Password} but if user use chap for AUTH i just get "Chap-Password" . Best regards.
On 19 Apr 2013, at 16:30, Mehdi Ravanbakhsh <babakco@gmail.com> wrote:
Hi All
how i can access chap password in site-available ?
i use %{%{User-Password}:- Chap-Password} but if user use chap for AUTH i just get "Chap-Password" .
*sigh* %{%{User-Password}:-%{Chap-Password}} Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
many thanks aran On 4/20/13, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 19 Apr 2013, at 16:30, Mehdi Ravanbakhsh <babakco@gmail.com> wrote:
Hi All
how i can access chap password in site-available ?
i use %{%{User-Password}:- Chap-Password} but if user use chap for AUTH i just get "Chap-Password" .
*sigh*
%{%{User-Password}:-%{Chap-Password}}
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Dear Aran i use it but i get somthing like " 0x01d05f68bae38dd2c96c5ede1b62a15efc" I need password that user input in connection... what is that parameter ? Best regards On 4/20/13, Mehdi Ravanbakhsh <babakco@gmail.com> wrote:
many thanks aran
On 4/20/13, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 19 Apr 2013, at 16:30, Mehdi Ravanbakhsh <babakco@gmail.com> wrote:
Hi All
how i can access chap password in site-available ?
i use %{%{User-Password}:- Chap-Password} but if user use chap for AUTH i just get "Chap-Password" .
*sigh*
%{%{User-Password}:-%{Chap-Password}}
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 19 Apr 2013, at 18:25, Mehdi Ravanbakhsh <babakco@gmail.com> wrote:
Dear Aran
i use it but i get somthing like " 0x01d05f68bae38dd2c96c5ede1b62a15efc"
I need password that user input in connection... what is that parameter ?
You can't retrieve the Clear-Text password from a CHAP-Password attribute, that's the point. If you have access to a reference copy of the user's password the server can perform the same hashing, and compare the output with the value provided in CHAP-Password. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
participants (2)
-
Arran Cudbard-Bell -
Mehdi Ravanbakhsh