In configure we do not need to set_config()
[cascardo/ipsilon.git] / ipsilon / login / authfas.py
index 2759626..c2d8fff 100755 (executable)
@@ -211,5 +211,4 @@ class Installer(object):
             order = []
         order.append('fas')
         globalconf['order'] = ','.join(order)
-        po.set_config(globalconf)
-        po.save_plugin_config(FACILITY)
+        po.save_plugin_config(FACILITY, globalconf)