In configure we do not need to set_config()
authorSimo Sorce <simo@redhat.com>
Mon, 20 Oct 2014 20:08:06 +0000 (16:08 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Wed, 12 Nov 2014 22:46:57 +0000 (23:46 +0100)
commit62b4656571be6e8671ada295047eac385d330f66
tree3516bb0f3e4c10b250cabdc9f0990b01ac45b286
parent5e0b9747121eab67c5a3ee3bb42a677e35da7fd6
In configure we do not need to set_config()

All we care about in configure is to store the config in the db,
so skip setting the config explicitly in the plugin object and go
straight to the database.

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/info/infoldap.py
ipsilon/info/nss.py
ipsilon/login/authfas.py
ipsilon/login/authform.py
ipsilon/login/authkrb.py
ipsilon/login/authldap.py
ipsilon/login/authpam.py
ipsilon/login/authtest.py
ipsilon/providers/openidp.py
ipsilon/providers/saml2idp.py