Should have used one or the other, ended up somewhere inbetween fixed that

This commit is contained in:
Roland Hedberg
2011-04-08 14:27:27 +02:00
parent 515f3cff60
commit b2851a5e4b

View File

@@ -90,7 +90,7 @@ class SAML2Plugin(FormPluginBase):
self.outstanding_queries = shelve.open(sid_store, writeback=True)
else:
self.outstanding_queries = {}
self.iam = platform.uname()
self.iam = platform.node()
def _pick_idp(self, environ, came_from):
"""