Authentication Problem

Fajar A. Nugraha list at fajar.net
Tue May 24 10:32:51 CEST 2011


On Tue, May 24, 2011 at 3:20 PM, john decot <johndecot at yahoo.com> wrote:
>> SELECT id, username, attribute, value, op          FROM radcheck
>>  WHERE username = BINARY 'bob'          ORDER BY id;
> +-----+----------+--------------------+-------------+----+
> | id  | username | attribute          | value       | op |
> +-----+----------+--------------------+-------------+----+
> | 384 | bob    | Cleartext-Password | bob       | := |
> | 385 | bob    | Simultaneous-Use   | 1           | =  |
> | 386 | bob    | Expiration         | 25 Jun 2011 | := |
> +-----+----------+--------------------+-------------+----+
> 3 rows in set (0.00 sec)

That is odd. What happens when you remove "Simultaneous-Use" record for bob?

-- 
Fajar




More information about the Freeradius-Users mailing list