baffy200y <[EMAIL PROTECTED]> wrote:
> 1.Checking users file
>   If the User-Name is found,check the User-Password.

  The server can't do that.  The "authorize" section doesn't do any
authentication.

  I would re-write your request as:

> 1.Checking users file
>   If the User-Name is not found, go to "Checking SQL(Mysql) DataBase."
>      Check the Calling-Station-Id.
>         if the Calling-Station-Id is correct, continue to "authenticate"
>         if the Calling-Station-Id is incorrect,reject the user.

> 2.Checking SQL(Mysql) DataBase.
>   If the User-Name is not found, reject the user.
> 
>      Check the Calling-Station-Id.
>         if the Calling-Station-Id is correct, continue to "authenticate"
>         if the Calling-Station-Id is incorrect,reject the user.

  In "authenticate", check the User-password.  If correct, the user is
authenticated.
> if the User-Password is incorrect,reject the user


  The server can do this.  See doc/configurable_failover for how to
configure the "authorize" section to do "check files, if not found,
check sql".

  Alan DeKok.


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

Reply via email to