X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=blobdiff_plain;f=template%2Fmodules_python;fp=template%2Fmodules_python;h=c30cc0c94b2dcbafd2b8b23f913bcb320f4f4da7;hp=0000000000000000000000000000000000000000;hb=d4246e231c2ccef41467dda7bc3399560204df77;hpb=274fce3387186b9b0988451bdbb3ccf628155cc1 diff --git a/template/modules_python b/template/modules_python new file mode 100644 index 0000000..c30cc0c --- /dev/null +++ b/template/modules_python @@ -0,0 +1,12 @@ +# -*- text -*- +# +# $Id$ + +# Persistent, embedded Python interpreter. +# +python { + mod_instantiate = "freeradius-pysaml2" + func_instantiate = "instantiate" + mod_post_auth= "freeradius-pysaml2" + func_post_auth= "post_auth" +}