Updates to the python module, from migs paraz
[freeradius.git] / raddb / experimental.conf
index bbbd582..22fd198 100644 (file)
        # value-pairs which are passed on to pairmake().
        #
        python {
-               mod_authorize = radiusd
+               mod_instantiate = radiusd_test
+               func_instantiate = instantiate
+
+               mod_authorize = radiusd_test
                func_authorize = authorize
+
+               mod_accounting = radiusd_test
+               func_accounting = accounting
+
+               mod_preacct = radiusd_test
+               func_preacct = preacct
+
+               mod_detach = radiusd_test
+               func_detach = detach
        }