[Papyon-bugs] [Bug 31004] Since today (18/oct) papyon doesn't connect anymore

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 20 14:10:50 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=31004

--- Comment #4 from Youness Alaoui <youness.alaoui at collabora.co.uk> 2010-10-20 14:10:50 PDT ---
Hi,
Found the bug and fixed. It should get committed and released soon.
In the meantime, to fix it, apply this patch on papyon (in something like
/usr/lib/python2.6/site-packages/papyon) and it should fix it :
diff --git
a/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
b/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
index 73c1127..42d7497 100644
--- a/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
+++ b/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
@@ -21,7 +21,7 @@
 import xml.sax.saxutils as xml

 class LiveService(object):
- CONTACTS = ("contacts.msn.com",
"?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")
+ CONTACTS = ("contacts.msn.com", "MBI")
     MESSENGER = ("messenger.msn.com", "?id=507")
     MESSENGER_CLEAR = ("messengerclear.live.com", "MBI_KEY_OLD")
     MESSENGER_SECURE = ("messengersecure.live.com", "MBI_SSL")


p.s: Changing it to use the omega server won't help...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the papyon-bugs mailing list