[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Fall-Through and databases
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Fall-Through and databases |
Date: |
Wed, 30 Jun 2004 12:22:34 +0300 |
Luis Miguel Navas Santos <address@hidden> wrote:
> So the authentication
> will fail because it can't find the password (although in fact the retrieved
> passwords are the same).
That depends on the auth_query used.
If the user is allowed to have only one password, no matter what his/her
Calling-Station-Id is, then there is no problem. Otherwise, if the
passwords differ depending on the value of Calling-Station-Id, then
your auth_query must include it into its WHERE condition. Of course,
you will have to modify the database structure accordingly.
Regards,
Sergey