In configure we do not need to set_config()
[cascardo/ipsilon.git] / ipsilon / providers / openidp.py
index a3e1b63..5abdcad 100755 (executable)
@@ -148,5 +148,4 @@ class Installer(object):
         config = {'endpoint url': url,
                   'identity_url_template': '%sid/%%(username)s' % url,
                   'enabled': '1'}
-        po.set_config(config)
-        po.save_plugin_config(FACILITY)
+        po.save_plugin_config(FACILITY, config)