Allow for using AA or ECP
[freeradius-pysaml2.git] / template / modules_python
index c30cc0c..0062df5 100644 (file)
@@ -5,8 +5,8 @@
 #  Persistent, embedded Python interpreter.
 #
 python {
-    mod_instantiate = "freeradius-pysaml2"
+    mod_instantiate = "freeradius_ecp"
     func_instantiate = "instantiate"
-    mod_post_auth= "freeradius-pysaml2"
+    mod_post_auth= "freeradius_ecp"
     func_post_auth= "post_auth"
 }