X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/296554daaf771d64e76355638aec986a3b22e421..56f8223f9594ae687099dada0c138d669a6f931f:/doc/bugs/support_for_openid2_logins.mdwn

diff --git a/doc/bugs/support_for_openid2_logins.mdwn b/doc/bugs/support_for_openid2_logins.mdwn
index bc48808fd..a71ed7ba9 100644
--- a/doc/bugs/support_for_openid2_logins.mdwn
+++ b/doc/bugs/support_for_openid2_logins.mdwn
@@ -9,5 +9,16 @@ I've contacted JanRain who have pointed me to:
 
 However both Perl OpenID 2.x implementations have not been released and are incomplete implementations. :(
 
-> Net::OpenID::Consumer 0.x in Debian is only an OpenID 1 implementation. However,
-> Net::OpenID::Consumer 1.x claims to be an OpenID 2 implementation. --[[smcv]]
+> Both of the projects referenced above have since been released.
+> Net::OpenID::Consumer 0.x in Debian is indeed only an OpenID 1
+> implementation. However, Net::OpenID::Consumer 1.x claims to be
+> an OpenID 2 implementation (it's the second of the projects
+> above). I've filed a bug in Debian asking for the package to be
+> updated. --[[smcv]]
+
+> Net::OpenID::Consumer 1.x is now in Debian unstable --[[dom]]
+
+> I've tested with yahoo, and it works with the updated module. Sweet and
+> [[done]] --[[Joey]] 
+
+## A quick fix for the impatient running stable is simply `sudo apt-get install libnet-openid-consumer-perl -t unstable`