In configure we do not need to set_config()
[cascardo/ipsilon.git] / ipsilon / login / authtest.py
index 44492a4..6288826 100755 (executable)
@@ -127,5 +127,4 @@ class Installer(object):
             order = []
         order.append('testauth')
         globalconf['order'] = ','.join(order)
-        po.set_config(globalconf)
-        po.save_plugin_config(FACILITY)
+        po.save_plugin_config(FACILITY, globalconf)