IRC Log for #openid on 2008-04-22
Timestamps are in UTC.
- [00:22:29] * Cody`macbook (n=Cody@74-129-166-74.dhcp.insightbb.com) Quit (Read error: 104 (Connection reset by peer))
- [00:27:22] * shigeta (n=shigeta@124.32.114.226) has joined #openid
- [00:41:14] * wzph (n=wzph@shield1.sbtg.becknet.com) Quit ()
- [02:32:13] * stub (n=stub@ppp-58-8-212-173.revip2.asianet.co.th) has joined #openid
- [02:34:30] * wzph (n=wzph@96.247.232.166) has joined #openid
- [03:21:19] * technoweenie (n=technowe@c-71-193-152-77.hsd1.or.comcast.net) has joined #openid
- [03:21:27] <technoweenie>
hey is anyone in here experienced w/ the ruby-openid lib
- [03:24:56] * shigeta_ (n=shigeta@124.32.114.226) has joined #openid
- [03:25:58] * rburbach (n=rburbach@c-69-244-181-133.hsd1.mi.comcast.net) has joined #openid
- [03:26:11] <rburbach>
hi all
- [03:27:58] <rburbach>
I'm running rails 2.0.2 and I've installed and set up ruby-openid and I am getting a 'no such file to load -- openid/extensions/sreg' error when i try to any page in my project
- [03:28:02] <rburbach>
any ideas?
- [03:37:43] <technoweenie>
should be using ruby-openid 2.0.4 and the open_id_authentication plugin
- [03:38:46] <technoweenie>
get the latest version of the open_id_authentication plugin from git: http://github.com/josh/open_id_authentication/tree/master
- [03:41:56] * shigeta (n=shigeta@124.32.114.226) Quit (Read error: 110 (Connection timed out))
- [03:44:37] <rburbach>
techno I'll give that a shot
- [03:44:52] <rburbach>
I have those both installed but not from github
- [03:45:43] <technoweenie>
ruby-openid isn't on githug, 2.0.4 is the latest
- [03:45:47] <technoweenie>
githug heh
- [03:45:56] <technoweenie>
do you see "Install the ruby-openid gem to enable OpenID support" when you do script/console
- [03:46:08] <technoweenie>
if not, do "puts OpenID::VERSION"
- [03:46:48] <technoweenie>
openid/extensions/sreg is required by the open_id_authentication rails plugin
- [03:46:52] <rburbach>
that returns 2.04
- [03:46:55] <technoweenie>
and im quite sure its in ruby-openid 2.0.4
- [03:47:07] <rburbach>
2.0.4 I mean
- [03:47:57] <rburbach>
yeah, that's why I am a little stumped
- [03:48:31] <technoweenie>
in script/console does "OpenID::SReg" give you any errors
- [03:49:01] <technoweenie>
OpenID::SReg ; reload! ; OpenID::SReg
- [03:49:12] <technoweenie>
i hope you restarted yoru rails process after loading the gem and plugin
- [03:49:18] <rburbach>
yeah NameError: uninitialized constant OpenID::SReg
- [03:49:26] <technoweenie>
funky
- [03:49:37] <rburbach>
indeed
- [03:49:44] <technoweenie>
ok try this
- [03:49:51] <technoweenie>
in bash or wahtever your shell is... "gem env gemdir"
- [03:49:51] <rburbach>
could something be up with how my gems are loading?
- [03:49:55] <technoweenie>
possibly
- [03:50:17] <rburbach>
k
- [03:50:23] <rburbach>
I got the dir
- [03:50:32] <technoweenie>
ls /Library/Ruby/Gems/1.8/gems/ruby-openid-2.0.4/lib/openid/extensions
- [03:50:46] <technoweenie>
though replace "/Library/Ruby/Gems/1.8" with whatever your gemdir was
- [03:50:56] <technoweenie>
ls `gem env gemdir`/ems/ruby-openid-2.0.4/lib/openid/extensions
- [03:51:06] <rburbach>
I got: ax.rb pape.rb sreg.rb
- [03:51:12] <technoweenie>
see thats the file right there
- [03:51:15] <technoweenie>
sreg.rb
- [03:52:03] <rburbach>
yeah
- [03:52:22] <technoweenie>
i dont konw, i think you've got somehting else going on w/ your ruby setup
- [03:52:49] <rburbach>
odd - I haven't had trouble with gems until yesterday
- [03:53:36] <rburbach>
any ideas where to start on tracking that down?
- [03:53:50] <technoweenie>
i just gave you them :)
- [03:54:00] <rburbach>
haha :)
- [03:54:13] <technoweenie>
beyond that... shit man.
- [03:54:21] <technoweenie>
you dont have like 2 rubys installed or anything like that do you
- [03:55:13] <rburbach>
not to my knowledge :) I haven't touched my gem setup in a long time
- [03:57:10] <rburbach>
maybe a fresh gem setup is in order
- [03:57:29] <rburbach>
in fact I ran into some trouble with the ruport gem this weekend
- [03:57:37] <technoweenie>
hold on a sec
- [03:57:41] <rburbach>
maybe they are related, hmmm...
- [03:57:47] <rburbach>
k
- [03:58:44] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
- [03:59:28] <technoweenie>
OpenID::SReg doesnt work in script/console for me either
- [03:59:46] <rburbach>
oh really?...
- [04:00:08] <technoweenie>
but i started a brand new app w/ rails 2.0.2, loaded the open_id_auth plugin, and created a controller w/ this as the index:
- [04:00:08] <technoweenie>
render :text => "using_open_id?: #{using_open_id?.inspect} : #{OpenID::SReg}"
- [04:00:11] <technoweenie>
works fine
- [04:00:32] <technoweenie>
i'm also on rubygems 1.1.1
- [04:01:13] <rburbach>
hmm
- [04:01:30] <technoweenie>
but 1.0.1 should be fine.. *shrug*
- [04:01:38] <rburbach>
lemme see if I can get that to render for me
- [04:05:47] <rburbach>
I tried that and get the same no such file to load -- openid/extensions/sreg
- [04:06:01] <technoweenie>
weird
- [04:07:24] <rburbach>
yah so that seems like a gem problem
- [04:09:10] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [04:10:03] <rburbach>
well I am too tired to fight with this tonight
- [04:11:12] <rburbach>
headed to railsconf techno?
- [04:11:55] <technoweenie>
yep
- [04:12:04] <technoweenie>
its being held a few miles from my office
- [04:12:25] <rburbach>
oh nice, no reason not to then - I am looking forward to it
- [04:12:32] <technoweenie>
me too
- [04:13:09] <rburbach>
I couldn't make it last year - and I've never been to portland :)
- [04:17:28] * priidu (n=aa@sa-84-52-20-226.saturn.infonet.ee) has joined #openid
- [04:29:05] <rburbach>
thanks for the help techno, I'm out
- [04:29:15] <technoweenie>
np sorry i couldnt be more help
- [04:32:21] <rburbach>
no prob at least I know where to start from now
- [04:36:00] * rburbach (n=rburbach@c-69-244-181-133.hsd1.mi.comcast.net) Quit ()
- [04:37:14] * miyagawa (n=miyagawa@monster.bulknews.net) Quit (Remote closed the connection)
- [05:06:32] * miyagawa (n=miyagawa@monster.bulknews.net) has joined #openid
- [05:39:22] * omry (n=omry@bzq-84-108-20-56.cablep.bezeqint.net) Quit (Remote closed the connection)
- [06:55:29] * bortzmeyer (i=bortzmey@batilda.nic.fr) has joined #openid
- [07:15:40] * lulurun (n=liu@219.106.248.145) has joined #openid
- [07:15:57] * PibbRelay (n=supybot@nat/janrain/x-38d11a7f1ae4ea03) has joined #openid
- [07:17:26] <lulurun>
miyagawa: is sixapart's perl openid2 module licensed under BSD ?
- [07:17:57] <miyagawa>
lulurun: no it's Artistic/GPL2 afaik
- [07:19:20] <lulurun>
thank you very much, I am a perl developer, I saw your post at Jaiku
- [07:19:51] <miyagawa>
Hmm Jaiku. I guess it's a crosspost from twitter :)
- [07:23:53] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) Quit ()
- [07:39:03] * priidu (n=aa@sa-84-52-20-226.saturn.infonet.ee) Quit (Remote closed the connection)
- [07:41:42] * priidu (n=aa@sa-84-52-20-226.saturn.infonet.ee) has joined #openid
- [07:50:03] * bens_ (n=bens@gatea.thls.bbc.co.uk) has joined #openid
- [07:59:05] * xpo (n=xpo@nat/af83/x-e21be3787a5526cb) has joined #openid
- [08:00:04] * technoweenie (n=technowe@c-71-193-152-77.hsd1.or.comcast.net) has left #openid
- [08:17:28] * priidu (n=aa@sa-84-52-20-226.saturn.infonet.ee) Quit (Remote closed the connection)
- [08:23:26] * eburcat (n=eitanb@77.125.106.141) has joined #openid
- [09:08:17] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) has joined #openid
- [09:23:16] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) has joined #openid
- [09:23:56] * xpo (n=xpo@nat/af83/x-e21be3787a5526cb) Quit ()
- [09:24:57] * lulurun (n=liu@219.106.248.145) Quit (Read error: 110 (Connection timed out))
- [09:50:45] <tils>
hi everybody. I'm about to add openid registration to an app and wonder if it's ok to show the users openid identifier on the public profile
- [09:51:16] <tils>
googling for an opinion on this returned mixed results so far
- [09:53:46] <Chaz6>
tils: Like all personal information you should allow the user to decide
- [09:56:51] <tils>
I'm just wondering if I can use the openid identifier as fallback to represent the user on the site. until now it required a login name unique within the site, but I'd like to remove that restriction
- [09:58:03] <tils>
if the user can decide on signup, I need to confront him/her with more options. It would be cool to be able to just drop in your openid identifier, submit and done
- [10:01:23] <Chaz6>
Personally I like the idea in theory, but in practice it doesn't work out that well. I think that the user should have a unique login name, although you could short circuit it by using something like openid-[openid] as the username for a quick signup
- [10:02:47] <tils>
I guess it depends what kind of site it is. In my case I'd like to offer it as a service that provides a specific utility only, and users should manage their identity elsewhere
- [10:03:49] <tils>
so the requirement for a unique name within the site is just becoming a burden
- [10:04:00] <Chaz6>
In that case, you could go for openid only
- [10:04:36] <tils>
do you think it would be considered impolite if that openid is then visible publicly? I'm trying to search for precendes right now
- [10:05:05] <tils>
I could also just show my site-internal integer id if the user hasn't entered anything else, that at least is automatically unique
- [10:06:34] <tils>
but showing the openid identifier of course would be more interesting and allow for discovering the users identity, even automatically to a certain extent
- [10:22:45] * MrTopf (i=hidden-u@oecher.info) has joined #openid
- [10:40:03] <tjohns>
My personal opinion is that it's not really a problem to display a user's identifier, especially with OpenID 2.0's directed identity feature.
- [10:40:48] <tils>
i visited some random pages from the myopenid directory, and found only this one that does it by default: http://www.treasurelicious.com , and the plaxo openid recipe says it is bad practice
- [10:41:23] <tils>
(I mean this http://www.plaxo.com/api/openid_recipe which seems to be a popular tutorial for implementing openid)
- [10:42:47] <tjohns>
Jyte.com does it
- [10:43:18] <tjohns>
Pibb displays a nickname instead of an OpenID, but the OpenID is publicly visible in everybody's profile
- [10:43:36] <tils>
indeed
- [10:43:47] <tjohns>
So, like you said, there's still no consensus. :)
- [10:44:22] <tils>
right ... I guess I can freely choose then
- [10:44:47] <tjohns>
From a security standpoint, there's no harm. It's purely a privacy issue.
- [10:45:38] <tils>
I could tell the user on the form where s/he enters the openid identifier, that it's going to be displayed publicly
- [10:46:01] <tjohns>
I think that's a good idea.
- [10:47:00] <tils>
which may scare away some who don't understand it. oh well
- [10:53:34] <etnt>
do there exist a document that specify all the possible openid parameters?
- [10:55:31] <tils>
etnt: this one http://openid.net/specs/openid-authentication-2_0.html ?
- [10:55:50] <tils>
I guess searching for 'openid.' should find all possible parameters
- [10:57:39] <etnt>
hm...I think it is confusing, since some parameters seem to be ok (possibly 1.x ones) that aren't described in the 2.0 spec
- [10:58:27] <tjohns>
Ya, a few things were renamed between 1.x and 2.0.
- [10:58:51] <etnt>
a matrix that collected all parameters would be very useful
- [10:59:06] <tjohns>
Agreed.
- [10:59:42] <etnt>
reading the spec is confusing, I tend to jump back and forth trying to remeber when certain parameters are ok and not
- [11:06:16] * priidu_ (n=aa@34.89.190.90.sta.estpak.ee) has joined #openid
- [11:29:45] * SvenDowideit (n=SvenDowi@twiki/developer/SvenDowideit) has joined #openid
- [11:31:47] * tjohns (n=tjohns@cpe-76-170-58-80.socal.res.rr.com) Quit ()
- [11:32:53] * priidu_ (n=aa@34.89.190.90.sta.estpak.ee) Quit (Read error: 110 (Connection timed out))
- [11:37:19] * priidu (n=aa@34.89.190.90.sta.estpak.ee) has joined #openid
- [11:40:36] * eburcat (n=eitanb@77.125.106.141) Quit (Read error: 113 (No route to host))
- [11:40:53] * benovic is now known as benOFFvic
- [11:42:45] * eburcat (n=eitanb@77.125.106.141) has joined #openid
- [11:50:07] * Pjotr (n=icechat5@gnum.htk.tlu.ee) has joined #openid
- [11:50:12] <Pjotr>
hey
- [11:50:54] <Pjotr>
I'm looking for some as official as possible document on OpenID
- [11:58:09] * priidu (n=aa@34.89.190.90.sta.estpak.ee) Quit (Read error: 110 (Connection timed out))
- [12:05:54] <etnt>
www.openid.net
- [12:07:01] <Pjotr>
I haven't found any good technical overview there, that would not be some all-the-way thechnical document (these .pdf files with specs)
- [12:07:18] * eburcat (n=eitanb@77.125.106.141) Quit (Remote closed the connection)
- [12:07:41] * eburcat (n=eitanb@77.125.106.141) has joined #openid
- [12:19:08] * shigeta_ (n=shigeta@124.32.114.226) Quit ("Leaving...")
- [12:33:19] <etnt>
Pjotr: www.openidbook.com
- [12:34:15] * priidu_ (n=aa@34.89.190.90.sta.estpak.ee) has joined #openid
- [12:34:41] * TedThibodeauJr (n=Thud@c-76-119-195-179.hsd1.ma.comcast.net) Quit ("*bamf*")
- [12:45:24] * lulurun (n=liu@KHP059136017144.ppp-bb.dion.ne.jp) has joined #openid
- [12:56:14] * xpo (n=xpo@LMontsouris-152-61-5-195.w80-13.abo.wanadoo.fr) has joined #openid
- [13:07:23] * xpo (n=xpo@LMontsouris-152-61-5-195.w80-13.abo.wanadoo.fr) Quit ()
- [13:21:32] * TedThibodeauJr (n=Thud@63.119.36.36) has joined #openid
- [13:23:16] <Pjotr>
thanks
- [13:26:31] * priidu_ (n=aa@34.89.190.90.sta.estpak.ee) Quit (Read error: 110 (Connection timed out))
- [13:31:34] * priidu (n=aa@34.89.190.90.sta.estpak.ee) has joined #openid
- [13:57:28] * priidu (n=aa@34.89.190.90.sta.estpak.ee) Quit (Connection timed out)
- [13:57:40] * Pjotr (n=icechat5@gnum.htk.tlu.ee) Quit ("Clap on! , Clap off! clap@#&$NO CARRIER")
- [14:03:39] * lulurun (n=liu@KHP059136017144.ppp-bb.dion.ne.jp) Quit (Read error: 104 (Connection reset by peer))
- [14:03:44] * lulurun (n=liu@KHP059136017144.ppp-bb.dion.ne.jp) has joined #openid
- [14:04:55] * lulurun (n=liu@KHP059136017144.ppp-bb.dion.ne.jp) Quit (Read error: 104 (Connection reset by peer))
- [14:05:10] * lulurun (n=liu@KHP059136017144.ppp-bb.dion.ne.jp) has joined #openid
- [14:05:24] * lulurun (n=liu@KHP059136017144.ppp-bb.dion.ne.jp) has left #openid
- [14:54:24] * bortzmeyer (i=bortzmey@batilda.nic.fr) has left #openid
- [14:56:56] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) Quit ()
- [15:00:13] * shigeta (n=shigeta@70.36.100.220.dy.bbexcite.jp) has joined #openid
- [15:26:00] * xpo (n=xpo@nat/af83/x-f0ba7d32cfb99f16) has joined #openid
- [15:29:58] * eburcat (n=eitanb@77.125.106.141) Quit (Read error: 104 (Connection reset by peer))
- [15:32:58] * eburcat (n=eitanb@77.125.106.141) has joined #openid
- [15:46:33] * shigeta (n=shigeta@70.36.100.220.dy.bbexcite.jp) Quit ()
- [16:03:32] * priidu (n=aa@sa-84-52-20-226.saturn.infonet.ee) has joined #openid
- [16:05:45] * pvandewyngaerde (n=pvandewy@162.127-201-80.adsl-dyn.isp.belgacom.be) has joined #openid
- [16:22:25] * idnar (i=mithrand@unaffiliated/idnar) Quit (Read error: 110 (Connection timed out))
- [16:26:42] * a9913 (n=gloob@unaffiliated/a9913) has joined #openid
- [16:28:56] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) has joined #openid
- [16:57:08] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) Quit ()
- [17:23:07] * PibbRelay (n=supybot@nat/janrain/x-38d11a7f1ae4ea03) Quit (SendQ exceeded)
- [17:27:41] * bens_ (n=bens@gatea.thls.bbc.co.uk) Quit ("This computer has gone to sleep")
- [17:27:54] * bens_ (n=bens@gateb.mh.bbc.co.uk) has joined #openid
- [17:34:16] * stub (n=stub@ppp-58-8-212-173.revip2.asianet.co.th) Quit ("Leaving.")
- [17:35:52] * DB42 (n=wy@bzq-219-142-146.static.bezeqint.net) has joined #openid
- [17:36:10] <DB42>
can i open an auth server on my home connection /
- [17:43:00] * rkerr (n=rowan@74.13.225.76) has joined #openid
- [17:46:01] <DB42>
can i open an auth server on my home connection ?
- [17:48:42] <DB42>
can i point yahoo openid server to my domain for auth ?
- [17:49:48] * DB42 (n=wy@bzq-219-142-146.static.bezeqint.net) Quit ()
- [17:50:55] * bens_ (n=bens@gateb.mh.bbc.co.uk) Quit (Remote closed the connection)
- [17:57:00] * miyagawa (n=miyagawa@monster.bulknews.net) Quit (Remote closed the connection)
- [17:57:52] * miyagawa (n=miyagawa@monster.bulknews.net) has joined #openid
- [18:02:40] * mtrichardson (n=michaelr@70-0-251-72.area1.spcsdns.net) has joined #openid
- [18:07:28] * a9913 (n=gloob@unaffiliated/a9913) Quit (Read error: 110 (Connection timed out))
- [18:08:57] * xpo (n=xpo@nat/af83/x-f0ba7d32cfb99f16) Quit ()
- [18:15:35] * tjohns (n=tjohns@cpe-76-170-58-80.socal.res.rr.com) has joined #openid
- [18:20:09] * pvandewyngaerde (n=pvandewy@162.127-201-80.adsl-dyn.isp.belgacom.be) Quit (Remote closed the connection)
- [18:24:25] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) Quit ("Leaving")
- [18:30:41] * mtrichardson (n=michaelr@70-0-251-72.area1.spcsdns.net) Quit (Read error: 104 (Connection reset by peer))
- [19:01:05] * wzph (n=wzph@96.247.232.166) Quit ()
- [19:02:39] * conner_bw (n=conner_b@bas16-montreal02-1279374510.dsl.bell.ca) has joined #openid
- [19:02:41] * priidu (n=aa@sa-84-52-20-226.saturn.infonet.ee) Quit (Remote closed the connection)
- [19:10:04] * priidu_ (n=aa@sa-84-52-20-226.saturn.infonet.ee) has joined #openid
- [19:10:08] * a9913 (n=gloob@59.178.41.175) has joined #openid
- [19:12:25] * conner_bw (n=conner_b@bas16-montreal02-1279374510.dsl.bell.ca) Quit ("http://xrns-php.sourceforge.net/")
- [19:19:52] * wzph (n=wzph@shield1.sbtg.becknet.com) has joined #openid
- [19:32:29] * tjohns (n=tjohns@cpe-76-170-58-80.socal.res.rr.com) Quit ()
- [19:46:16] * priidu_ (n=aa@sa-84-52-20-226.saturn.infonet.ee) Quit (Remote closed the connection)
- [20:04:40] * idnar (i=mithrand@unaffiliated/idnar) has joined #openid
- [20:05:15] * lc0258112 (n=lc@209.34.235.6) has joined #openid
- [20:10:04] * lc0258112 is now known as darren-b
- [20:10:05] <darren-b>
hi
- [20:32:46] * mtrichardson (n=michaelr@68.26.45.42) has joined #openid
- [21:00:44] * rkerr (n=rowan@74.13.225.76) Quit (" HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC")
- [21:05:23] * TedThibodeauJr (n=Thud@63.119.36.36) Quit ()
- [21:06:04] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) has joined #openid
- [21:14:21] * mtrichardson (n=michaelr@68.26.45.42) Quit ()
- [21:23:24] * darren-b (n=lc@209.34.235.6) Quit (Read error: 104 (Connection reset by peer))
- [21:24:25] * Venko (n=venko@Colchester-LUG/Legen.dary) has joined #openid
- [21:34:27] * MrTopf (i=hidden-u@oecher.info) Quit ()
- [21:38:11] * MrTopf (i=hidden-u@oecher.info) has joined #openid
- [21:50:26] * etnt` (n=tobbe@90-230-215-241-no44.tbcn.telia.com) has joined #openid
- [21:55:37] * MrTopf (i=hidden-u@oecher.info) Quit (Connection timed out)
- [22:29:28] * Venko (n=venko@Colchester-LUG/Legen.dary) Quit ("Every time someone uses proprietary software a free software advocate dies")
- [22:51:20] * benOFFvic is now known as benovic
- [23:20:32] <Chaz6>
Adding support for OpenID in Mozilla's Bugzilla is GSOC project
- [23:31:44] * UncleFu86 (n=Horst@X585c.x.pppool.de) has joined #openid
- [23:32:02] * UncleFu86 (n=Horst@X585c.x.pppool.de) Quit (Read error: 104 (Connection reset by peer))
- [23:33:57] * etnt` (n=tobbe@90-230-215-241-no44.tbcn.telia.com) Quit (Remote closed the connection)
- [23:43:52] * benovic is now known as benOFFvic
- [23:45:00] * a9913 (n=gloob@unaffiliated/a9913) Quit ("IRC is just multiplayer notepad")
- [23:45:21] * forsaken (n=eric@c-71-62-138-190.hsd1.va.comcast.net) has joined #openid
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.