X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=blobdiff_plain;f=template%2Fmodules_python_ecp;fp=template%2Fmodules_python_ecp;h=0062df5b97fa37af1b90989f2575f9e2f1b2b994;hp=0000000000000000000000000000000000000000;hb=9419ac5045f6e069fe27e2fac834462e38c1e350;hpb=83af048d1542232e2914e73e159cc8e5e37fb2a9 diff --git a/template/modules_python_ecp b/template/modules_python_ecp new file mode 100644 index 0000000..0062df5 --- /dev/null +++ b/template/modules_python_ecp @@ -0,0 +1,12 @@ +# -*- text -*- +# +# $Id$ + +# Persistent, embedded Python interpreter. +# +python { + mod_instantiate = "freeradius_ecp" + func_instantiate = "instantiate" + mod_post_auth= "freeradius_ecp" + func_post_auth= "post_auth" +}