rlm_sql - accept user based only on username
Hi, I'm trying to build a radius system that accepts users only based on their username (which in our case is a mixture of calling and called station id). What should i put in the radcheck (and possibly radreply) to achive it? Basically if the username is in the table is should get accepted. Any hints? kind regards Pshem
It's actually quite simple: select * from radcheck; id | username | attribute | op | value ----+------------+-----------+----+-------- 12 | 2392382942 | Auth-Type | := | Accept regards Pshem On 16/08/07, Pshem Kowalczyk <pshem.k@gmail.com> wrote:
Hi,
I'm trying to build a radius system that accepts users only based on their username (which in our case is a mixture of calling and called station id). What should i put in the radcheck (and possibly radreply) to achive it? Basically if the username is in the table is should get accepted.
Any hints?
kind regards Pshem
participants (1)
-
Pshem Kowalczyk