From: Sam Hartman Date: Tue, 22 Jul 2014 20:41:19 +0000 (-0400) Subject: Fixes for abfab-idp policy X-Git-Tag: v3.0.10-moonshot~49 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=cc770b60883dc9795f1a53f8e4b8d3aea9aafd1f;p=freeradius.git Fixes for abfab-idp policy --- diff --git a/raddb/sites-available/abfab-tr-idp b/raddb/sites-available/abfab-tr-idp index 7e7f049..ca438f7 100644 --- a/raddb/sites-available/abfab-tr-idp +++ b/raddb/sites-available/abfab-tr-idp @@ -47,14 +47,6 @@ server abfab-idp { } } - clients radsec { - client default { - ipaddr = 0.0.0.0 - netmask = 0 - proto = tcp - - } -} authorize { psk_authorize @@ -245,3 +237,12 @@ post-proxy { # } } } + + clients radsec-abfab { + client default { + ipaddr = 0.0.0.0/0 + + proto = tls + + } +}