c30cc0c94b2dcbafd2b8b23f913bcb320f4f4da7
[freeradius-pysaml2.git] / template / modules_python
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 }