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