From: rohe0002 Date: Tue, 25 Oct 2011 14:29:52 +0000 (+0200) Subject: No default X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=commitdiff_plain;h=f8eba994378742f0de95971f165645c016025e4e No default --- diff --git a/template/modules_python b/template/modules_python deleted file mode 100644 index 0062df5..0000000 --- a/template/modules_python +++ /dev/null @@ -1,12 +0,0 @@ -# -*- text -*- -# -# $Id$ - -# Persistent, embedded Python interpreter. -# -python { - mod_instantiate = "freeradius_ecp" - func_instantiate = "instantiate" - mod_post_auth= "freeradius_ecp" - func_post_auth= "post_auth" -}