3 Feb
2020
3 Feb
'20
10:26 a.m.
On Feb 3, 2020, at 8:04 AM, Condor via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Hi Matthew, thanks for help, users: test003 Crypt-Password := "$1$Z71ee$Z62hAIPIJbcaMDyHtUN/", Huntgroup-Name == gNetworking Auth-Type = System, Service-Type = Login, Reply-Message = "Hello Test001",
That doesn't make sense. You shouldn't set *both* a password, *and* Auth-Type. Just delete 'Auth-Type := system'
huntgroup : nothing I put theses lines on sites-available/default in section "authorize":
if (&NAS-IP-Address < 192.168.0.0/16) {
Use: if (<ipv4prefix> &NAS-IP-Address < 192.168.0.0/16) { Alan DeKok.