>
> Finally. I got it working with the files (users and huntgroups), but i
> need
> this to work in SQL instead and seem to run into the same problem. All
> NAS-IP:s are accepted. Why??

Because if sql group doesn't match it is ignored - user is not rejected.

> I am so close but not quite there. Please help!
> Followed a guide from jdennis that i googled up, but something is
> accepting
> the user. How do i turn this off?

You have to enforce reject:

if(SQL-Group == "vpnuser") {
     ok
}
else {
     reject
}

Ivan Kalik
Kalik Informatika ISP

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

Reply via email to