Allow for using AA or ECP
[freeradius-pysaml2.git] / template / modules_python_ecp
diff --git a/template/modules_python_ecp b/template/modules_python_ecp
new file mode 100644 (file)
index 0000000..0062df5
--- /dev/null
@@ -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"
+}