In configure we do not need to set_config()
[cascardo/ipsilon.git] / ipsilon / login / authform.py
index 9c20cf5..418a5e5 100755 (executable)
@@ -144,8 +144,7 @@ class Installer(object):
             order = []
         order.append('form')
         globalconf['order'] = ','.join(order)
-        po.set_config(globalconf)
-        po.save_plugin_config(FACILITY)
+        po.save_plugin_config(FACILITY, globalconf)
 
         # for selinux enabled platforms, ignore if it fails just report
         try: