In configure we do not need to set_config()
[cascardo/ipsilon.git] / ipsilon / login / authkrb.py
index 724c2ce..6c561ac 100755 (executable)
@@ -164,5 +164,4 @@ class Installer(object):
             order = []
         order.insert(0, 'krb')
         globalconf['order'] = ','.join(order)
-        po.set_config(globalconf)
-        po.save_plugin_config(FACILITY)
+        po.save_plugin_config(FACILITY, globalconf)