Initial commits
[freeradius-pysaml2.git] / template / modules_python
diff --git a/template/modules_python b/template/modules_python
new file mode 100644 (file)
index 0000000..c30cc0c
--- /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"
+}