Hi,
the radcheck table in my implementation specifies the MAC addresses of the
users trying to access the net, e.g.

id    UserName    Attribute                   Value                op
1    Charlie Brown   Calling-Station-Id    00025b3c48c3    ==

Now I want allow more than one computer per user name, meaning I want to add
another entry with the same name "Charlie Brown", but with a different MAC
address value. In the standard implementation of freeradius, this does not
work. It seems as if it just checks the first value it read, or it checks
more than one, but all need to match simultaneously. The first time the
condition does not hold, the reject is sent.

Is there a way to change the behavior of freeradius in order to have more
than one entry for the same UserName? It should send an access-accept
whenever at least one entry is true.

Appreciate your help
Klaus



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

Reply via email to