summaryrefslogtreecommitdiffstats
path: root/src/tests/radsec/config-coa/main.conf.template
blob: 5baf4b7f1adf852921c807c721750b4b61271422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
listen {
	type = coa
	ipaddr = 127.0.0.1
	port = ${{port-coa}}
	virtual_server = coa
}

server coa {

	authenticate {
		Auth-Type PAP {
			pap
		}

		Auth-Type MS-CHAP {
			mschap
		}

		Auth-Type EAP {
			eap
		}
	}

	recv-coa {
		update request {
			&Acct-Session-Id += "coa:recv-coa"
		}
	}

	send-coa {
		update reply {
			&reply: += request:[*]
			&reply:Acct-Session-Id += "coa:send-coa"
		}
	}
}