18a05a34089cfc44dd3ae58579e9ffdd34d81f42
[carnet-upgrade.git] / files / etc / freeradius / clients.conf.expect
1 #
2 # clients.conf - client configuration directives
3 #
4 # This file is included by default.  To disable it, you will need
5 # to modify the CLIENTS CONFIGURATION section of "radiusd.conf".
6 #
7 #######################################################################
8
9 client 161.53.2.202 {
10         secret          = S3u2om1
11         shortname       = aaiss1
12 }
13
14 client 161.53.2.203 {
15         secret          = S3u2om2
16         shortname       = aaiss2
17 }
18
19 client 161.53.2.215 {
20         secret          = A41edu1
21         shortname       = aaics1
22 }
23
24 client 161.53.2.216 {
25         secret          = A41edu2
26         shortname       = aaics2
27 }
28
29 client 161.53.2.217 {
30         secret          = A41edu3
31         shortname       = aaics3
32 }
33
34 client 161.53.2.218 {
35         secret          = A41edu4
36         shortname       = aaics4
37 }
38
39 client 127.0.0.1 {
40         secret          = local
41         shortname       = localhost
42 }