From b2851a5e4bf5b7e5f66a19bcaef076305bdc6b8b Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 8 Apr 2011 14:27:27 +0200 Subject: [PATCH] Should have used one or the other, ended up somewhere inbetween fixed that --- src/s2repoze/plugins/sp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s2repoze/plugins/sp.py b/src/s2repoze/plugins/sp.py index b059b2b..d01308e 100644 --- a/src/s2repoze/plugins/sp.py +++ b/src/s2repoze/plugins/sp.py @@ -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): """