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

client ap2 {
	ipaddr = 10.42.0.6
	netmask = 32
	secret = {{ radius_passwords.ap2 }}
	nas_type = other
}