<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=16&amp;t=55" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2008-06-29T10:18:16+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=16&amp;t=55</id>
<entry>
<author><name><![CDATA[ELMIT]]></name></author>
<updated>2008-06-29T10:18:16+01:00</updated>
<published>2008-06-29T10:18:16+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=55&amp;p=374#p374</id>
<link href="https://forum.yubico.com/viewtopic.php?t=55&amp;p=374#p374"/>
<title type="html"><![CDATA[Re: OpenId server source code]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=55&amp;p=374#p374"><![CDATA[
Simon,<br /><br />thanks, indeed I forgot to add the magic:<br />$yubi = &amp;new Auth_Yubico('CLIENT-API-ID', 'CLIENT-API-KEY');<br /><br />To find the CLIENT-API-ID and CLIENT-API-KEY  I used the web application.<br /><br />I still need a push to get to the next level. I can now use ONE key. What do I need to modify for multiple keys?<br />Currently I am using config-with-store-file.<br /><br /><br />((BTW, is this forum moderated? I am sure I posted above already yesterday, but cannot find it in the forum. I am therefore not sure if something gone wrong with the submit of it is moderated))<br /><br />bye<br /><br />R.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=143">ELMIT</a> — Sun Jun 29, 2008 10:18 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Simon]]></name></author>
<updated>2008-06-15T23:52:06+01:00</updated>
<published>2008-06-15T23:52:06+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=55&amp;p=282#p282</id>
<link href="https://forum.yubico.com/viewtopic.php?t=55&amp;p=282#p282"/>
<title type="html"><![CDATA[Re: OpenId server source code]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=55&amp;p=282#p282"><![CDATA[
<div class="quotetitle">ELMIT wrote:</div><div class="quotecontent"><br />Then I tried to use the /server and get a prompt for my yubikey. When I put in this information, the screen remains empty. The log file shows:<br /><br /><div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"> PHP Fatal error:  Call to a member function verify() on a non-object in /usr/share/php/yubico-openid-server/examples/server/lib/session.php on line 117, referer: <!-- m --><a class="postlink" href="http://openid.elmit.net/server/server.php">http://openid.elmit.net/server/server.php</a><!-- m --><br /></div><br /><br />The last lines of session.php around line 117 are:<br /><br />117  $auth = $yubi-&gt;verify($yubikey);<br />118  if (PEAR::isError($auth)) {<br />119    return array(array('Authentication failure: ' . $auth-&gt;getMessage() . <br />120     '&lt;!-- Debug output from server: ' . $yubi-&gt;getLastResponse() . '--&gt;'),<br /><br /><br />What am I missing?<br /></div><br /><br />Most likely you are missing the instructions to modify config.php to use the Yubico PHP module, see:<br /><br /><!-- m --><a class="postlink" href="http://code.google.com/p/yubico-openid-server/wiki/ReadMeYubico">http://code.google.com/p/yubico-openid- ... adMeYubico</a><!-- m --><br /><br />If you don't do this step, $yubi will be null and the code will fail with that error message.<br /><br />Good luck...<br /><br />/Simon<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2">Simon</a> — Sun Jun 15, 2008 11:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ZakMcKraken]]></name></author>
<updated>2008-06-15T17:23:12+01:00</updated>
<published>2008-06-15T17:23:12+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=55&amp;p=280#p280</id>
<link href="https://forum.yubico.com/viewtopic.php?t=55&amp;p=280#p280"/>
<title type="html"><![CDATA[Re: OpenId server source code]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=55&amp;p=280#p280"><![CDATA[
<div class="quotetitle">hasterguf wrote:</div><div class="quotecontent"><br />Do you by any chance have the AES-decoding/modhex-routines in PHP? That would make my implementation 100% independent of your servers.<br /></div><br /><br />You can find php classes in <a href="http://forum.yubico.com/viewtopic.php?f=5&amp;t=61" class="postlink">this topic</a><br /><br /><img src="https://forum.yubico.com/images/smilies/icon_e_wink.gif" alt=";)" title="Wink" /><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=107">ZakMcKraken</a> — Sun Jun 15, 2008 5:23 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ELMIT]]></name></author>
<updated>2008-06-12T16:07:48+01:00</updated>
<published>2008-06-12T16:07:48+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=55&amp;p=249#p249</id>
<link href="https://forum.yubico.com/viewtopic.php?t=55&amp;p=249#p249"/>
<title type="html"><![CDATA[Re: OpenId server source code]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=55&amp;p=249#p249"><![CDATA[
I have installed the server into the directory /usr/share/php/yubico-openid-server/<br />I created the directory /usr/local/xxx/OpenIDs/ for the keys.<br />A sym link makes the /examples/consumer/    htdocs  of the webserver<br />Another sym link makes /example/server/      htdocs/server<br /><br />I login at my pip.verisignlab.com with my OpenID (me3332)  point my OpenID URL (<!-- m --><a class="postlink" href="http://me3332.pip.verisignlabs.com">http://me3332.pip.verisignlabs.com</a><!-- m -->) in the form of my root web page of the yubico-openid-server and will be recognized.<br /><br />Then I tried to use the /server and get a prompt for my yubikey. When I put in this information, the screen remains empty. The log file shows:<br /><br /><div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />PHP Fatal error:  Call to a member function verify() on a non-object in /usr/share/php/yubico-openid-server/examples/server/lib/session.php on line 117, referer: <!-- m --><a class="postlink" href="http://openid.elmit.net/server/server.php">http://openid.elmit.net/server/server.php</a><!-- m --><br /></div><br /><br />The last lines of session.php around line 117 are:<br /><br />117  $auth = $yubi-&gt;verify($yubikey);<br />118  if (PEAR::isError($auth)) {<br />119    return array(array('Authentication failure: ' . $auth-&gt;getMessage() . <br />120     '&lt;!-- Debug output from server: ' . $yubi-&gt;getLastResponse() . '--&gt;'),<br /><br /><br />What am I missing?<br /><br />bye<br /><br />R.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=143">ELMIT</a> — Thu Jun 12, 2008 4:07 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hasterguf]]></name></author>
<updated>2008-05-25T17:16:09+01:00</updated>
<published>2008-05-25T17:16:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=55&amp;p=65#p65</id>
<link href="https://forum.yubico.com/viewtopic.php?t=55&amp;p=65#p65"/>
<title type="html"><![CDATA[Re: OpenId server source code]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=55&amp;p=65#p65"><![CDATA[
Thank your for publishing the code for the open-ID server. I just noticed that the way it authenticates the yubikey itself is by connecting to your site, therefore making my own open-ID implementation dependent on your servers.<br /><br />Do you by any chance have the AES-decoding/modhex-routines in PHP? That would make my implementation 100% independent of your servers.<br /><br />Best regards,<br />   Alex<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=76">hasterguf</a> — Sun May 25, 2008 5:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Simon]]></name></author>
<updated>2008-05-24T12:04:20+01:00</updated>
<published>2008-05-24T12:04:20+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=55&amp;p=61#p61</id>
<link href="https://forum.yubico.com/viewtopic.php?t=55&amp;p=61#p61"/>
<title type="html"><![CDATA[OpenId server source code]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=55&amp;p=61#p61"><![CDATA[
If you have missed it, all the code for our server is available from google code:<br /><br /><!-- m --><a class="postlink" href="http://code.google.com/p/yubico-openid-server/">http://code.google.com/p/yubico-openid-server/</a><!-- m --><br /><br />If you have any questions about it, this topic could be used..<br /><br />/Simon<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2">Simon</a> — Sat May 24, 2008 12:04 pm</p><hr />
]]></content>
</entry>
</feed>