0062df5b97fa37af1b90989f2575f9e2f1b2b994
[freeradius-pysaml2.git] / template / modules_python
1 # -*- text -*-
2 #
3 #  $Id$
4
5 #  Persistent, embedded Python interpreter.
6 #
7 python {
8     mod_instantiate = "freeradius_ecp"
9     func_instantiate = "instantiate"
10     mod_post_auth= "freeradius_ecp"
11     func_post_auth= "post_auth"
12 }