Allow for using AA or ECP
[freeradius-pysaml2.git] / template / modules_python_aa
1 # -*- text -*-
2 #
3 #  $Id$
4
5 #  Persistent, embedded Python interpreter.
6 #
7 python {
8     mod_instantiate = "freeradius_pysaml2"
9     func_instantiate = "instantiate"
10     mod_post_auth= "freeradius_pysaml2"
11     func_post_auth= "post_auth"
12 }