how i can check if password is not correct ?

2013-03-30 Thread Mehdi Ravanbakhsh
Hi All

if password in request is not correct wich module handele this and reject
the client?

where i can check if password is not correct ? and what the module return
when password is not match ?

Best regards.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: how i can check if password is not correct ?

2013-03-30 Thread Russell Mike
Debian, Ubuntu: freeradius -XXX

Redhat CentOS: radiusd -XXX

Thank / RM --


On Sat, Mar 30, 2013 at 9:12 AM, Mehdi Ravanbakhsh baba...@gmail.comwrote:

 Hi All

 if password in request is not correct wich module handele this and reject
 the client?

 where i can check if password is not correct ? and what the module return
 when password is not match ?

 Best regards.



 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: how i can check if password is not correct ?

2013-03-30 Thread Mehdi Ravanbakhsh
what is that mean!

i do not thinks my question related to run freeradius in debug mod.

i google and find the way i need , it may be useful for others :


Auth-Type CHAP {
chap {
reject = 1
}
if (reject) {
update control {
Auth-Type := Accept
Pool-Name := Badpassword
}
ok
}
}

best regards.




On Sat, Mar 30, 2013 at 5:31 PM, Russell Mike radius@gmail.com wrote:

 Debian, Ubuntu: freeradius -XXX

 Redhat CentOS: radiusd -XXX

 Thank / RM --


 On Sat, Mar 30, 2013 at 9:12 AM, Mehdi Ravanbakhsh baba...@gmail.comwrote:

 Hi All

 if password in request is not correct wich module handele this and reject
 the client?

 where i can check if password is not correct ? and what the module return
 when password is not match ?

 Best regards.



 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html



 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html