aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/radius/mods-available/python3-assha
blob: af3cf8c926e93e0322e68918f3264fb642db46f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
python3 {
	module = assha

	#mod_instantiate = ${.module}
	#func_instantiate = instantiate

	#mod_detach = ${.module}
	#func_detach = instantiate

	mod_authorize = ${.module}
	func_authorize = authorize

	mod_authenticate = ${.module}
	func_authenticate = authenticate
}