X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=files%2Fetc%2Ffreeradius%2Fclients.conf.expect;fp=files%2Fetc%2Ffreeradius%2Fclients.conf.expect;h=18a05a34089cfc44dd3ae58579e9ffdd34d81f42;hb=014ea023f6634ce3ab867bc3c3ecf720b17b8769;hp=0000000000000000000000000000000000000000;hpb=d377040754883cac843416b724dd92ea8998b090;p=carnet-upgrade.git diff --git a/files/etc/freeradius/clients.conf.expect b/files/etc/freeradius/clients.conf.expect new file mode 100644 index 0000000..18a05a3 --- /dev/null +++ b/files/etc/freeradius/clients.conf.expect @@ -0,0 +1,42 @@ +# +# clients.conf - client configuration directives +# +# This file is included by default. To disable it, you will need +# to modify the CLIENTS CONFIGURATION section of "radiusd.conf". +# +####################################################################### + +client 161.53.2.202 { + secret = S3u2om1 + shortname = aaiss1 +} + +client 161.53.2.203 { + secret = S3u2om2 + shortname = aaiss2 +} + +client 161.53.2.215 { + secret = A41edu1 + shortname = aaics1 +} + +client 161.53.2.216 { + secret = A41edu2 + shortname = aaics2 +} + +client 161.53.2.217 { + secret = A41edu3 + shortname = aaics3 +} + +client 161.53.2.218 { + secret = A41edu4 + shortname = aaics4 +} + +client 127.0.0.1 { + secret = local + shortname = localhost +}