<?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=65" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2008-05-29T07:53:14+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=16&amp;t=65</id>
<entry>
<author><name><![CDATA[anders]]></name></author>
<updated>2008-05-29T07:53:14+01:00</updated>
<published>2008-05-29T07:53:14+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=65&amp;p=99#p99</id>
<link href="https://forum.yubico.com/viewtopic.php?t=65&amp;p=99#p99"/>
<title type="html"><![CDATA[Re: kvToSeq warning: Line 1 does not contain a colon:]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=65&amp;p=99#p99"><![CDATA[
Hi Simon!<br /><br />You where right on spot.  <img src="https://forum.yubico.com/images/smilies/icon_e_biggrin.gif" alt=":D" title="Very Happy" /> <br /><br />The OpenID suite from JanRain points to a randomness source specific to Linux/Unix/Mac &quot;/dev/urandom&quot;.<br /><br />Just changed one line in CryptUtil.php <br />from <br /> define('Auth_OpenID_RAND_SOURCE', '/dev/urandom');<br />to<br /> define('Auth_OpenID_RAND_SOURCE', null);<br /><br />Thx alot!<br /><br />REGARDS <br />Anders<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=82">anders</a> — Thu May 29, 2008 7:53 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Simon]]></name></author>
<updated>2008-05-28T17:57:09+01:00</updated>
<published>2008-05-28T17:57:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=65&amp;p=88#p88</id>
<link href="https://forum.yubico.com/viewtopic.php?t=65&amp;p=88#p88"/>
<title type="html"><![CDATA[Re: kvToSeq warning: Line 1 does not contain a colon:]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=65&amp;p=88#p88"><![CDATA[
Can you try running the 'detect.php' script?<br /><br />E.g., <!-- m --><a class="postlink" href="http://yourserver/path/detect.php">http://yourserver/path/detect.php</a><!-- m --><br /><br />It should print what kind of randomness generator the server will use.<br /><br />I suspect that JanRain's example server haven't been tested under IIS7, under Linux it reads from /dev/urandom but this obviously doesn't work well under Windows.<br /><br />Possibly you'll need to set Auth_OpenID_RAND_SOURCE to null to use the insecure generator, until you can figure out a better entropy source for the server under Windows.<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> — Wed May 28, 2008 5:57 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anders]]></name></author>
<updated>2008-05-28T15:34:22+01:00</updated>
<published>2008-05-28T15:34:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=65&amp;p=83#p83</id>
<link href="https://forum.yubico.com/viewtopic.php?t=65&amp;p=83#p83"/>
<title type="html"><![CDATA[kvToSeq warning: Line 1 does not contain a colon:]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=65&amp;p=83#p83"><![CDATA[
Hi!<br /><br />Installed the OpenID server for the yubikey. Downloaded the source from svn. Says its revision 4.<br /><br />OS: Vista 64bit (sp1)<br />Webbserver: IIS7<br />PHP version: 5.2.6<br /><br />I can log in through server.php and it says im logged in. <br />When i try &quot;http://www.openidenabled.com/resources/openid-test/checkup&quot; i get the following error<br /><br />------------------------<br />Checking <!-- m --><a class="postlink" href="https://xxxxxxx.dyndns.org/server.php/idpage?user=xxxxxxxxxxxx">https://xxxxxxx.dyndns.org/server.php/i ... xxxxxxxxxx</a><!-- m --> ...<br />Fetching <!-- m --><a class="postlink" href="https://xxxxxxx.dyndns.org/server.php/idpage?user=xxxxxxxxxxxx">https://xxxxxxx.dyndns.org/server.php/i ... xxxxxxxxxx</a><!-- m --><br />Yadis links found at <!-- m --><a class="postlink" href="https://xxxxxxx.dyndns.org/server.php/idpage?user=xxxxxxxxxxxx">https://xxxxxxx.dyndns.org/server.php/i ... xxxxxxxxxx</a><!-- m -->. Your server is at <!-- m --><a class="postlink" href="https://xxxxxxx.dyndns.org/server.php">https://xxxxxxx.dyndns.org/server.php</a><!-- m -->.<br />Attempting to associate with the server.<br />kvToSeq warning: Line 1 does not contain a colon: '&lt;br /&gt;\n&lt;b&gt;Fatal error&lt;/b&gt;: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in &lt;b&gt;C:\\Inetpub\\wwwroot\\Auth\\OpenID\\CryptUtil.php&lt;/b&gt; on line &lt;b&gt;52&lt;/b&gt;&lt;br /&gt;\n'<br />kvToSeq warning: In line 2, ignoring leading or trailing whitespace in value ' Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in &lt;b&gt;C:\\Inetpub\\wwwroot\\Auth\\OpenID\\CryptUtil.php&lt;/b&gt; on line &lt;b&gt;52&lt;/b&gt;&lt;br /&gt;': '&lt;br /&gt;\n&lt;b&gt;Fatal error&lt;/b&gt;: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in &lt;b&gt;C:\\Inetpub\\wwwroot\\Auth\\OpenID\\CryptUtil.php&lt;/b&gt; on line &lt;b&gt;52&lt;/b&gt;&lt;br /&gt;\n'<br />Getting association: missing key in response from <!-- m --><a class="postlink" href="https://xxxxxxx.dyndns.org/server.php">https://xxxxxxx.dyndns.org/server.php</a><!-- m -->: assoc_type<br />Server contact failed.<br /><br />Fail Fail. <!-- m --><a class="postlink" href="https://xxxxxxx.dyndns.org/server.php/idpage?user=xxxxxxxxxxxx">https://xxxxxxx.dyndns.org/server.php/i ... xxxxxxxxxx</a><!-- m --> is not a working OpenID. <br />---------------------------<br /><br />Any idea what im doin wrong?<br /><br />REGARDS <br />Anders<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=82">anders</a> — Wed May 28, 2008 3:34 pm</p><hr />
]]></content>
</entry>
</feed>