aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/templates/radius/clients.conf.j2
blob: 805e419a906c6510670db35fc33fc22eeefaf860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
client ap1 {
	ipaddr = {{ local_hosts['ap1'].ipv4[0] }}
	netmask = 32
	secret = {{ radius_passwords.ap1 }}
	nas_type = other
}

client ap2 {
	ipaddr = {{ local_hosts['ap2'].ipv4[0] }}
	netmask = 32
	secret = {{ radius_passwords.ap2 }}
	nas_type = other
}