<?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=5&amp;t=255" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2009-02-13T14:06:01+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=5&amp;t=255</id>
<entry>
<author><name><![CDATA[%%USERNAME%%]]></name></author>
<updated>2009-02-13T14:06:01+01:00</updated>
<published>2009-02-13T14:06:01+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1101#p1101</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1101#p1101"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1101#p1101"><![CDATA[
Setting <br /><br />    session.auto_start = 1<br /><br />definitively solved it for me.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=442">%%USERNAME%%</a> — Fri Feb 13, 2009 2:06 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[network-marvels]]></name></author>
<updated>2009-02-13T11:30:39+01:00</updated>
<published>2009-02-13T11:30:39+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1100#p1100</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1100#p1100"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1100#p1100"><![CDATA[
We would appreciate if you can check whether the auto session is enabled for PHP. <br /><br />Please follow the steps below to check if auto session property is enabled:<br /><br /><ul>1) Open the php.ini file<br />2) Check if &quot;session.auto_start&quot; is set to 1 (session.auto_start = 1)<br /></ul><br />If session.auto_start is not set to 1, please set its value to 1 and test again.<br /><br />Feel free to write back to us in case you face any problems.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=280">network-marvels</a> — Fri Feb 13, 2009 11:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[network-marvels]]></name></author>
<updated>2009-02-12T14:57:00+01:00</updated>
<published>2009-02-12T14:57:00+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1093#p1093</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1093#p1093"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1093#p1093"><![CDATA[
We are working on the issue and we will update you soon.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=280">network-marvels</a> — Thu Feb 12, 2009 2:57 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[%%USERNAME%%]]></name></author>
<updated>2009-02-12T06:09:05+01:00</updated>
<published>2009-02-12T06:09:05+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1089#p1089</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1089#p1089"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1089#p1089"><![CDATA[
A session_start() is defnitively missing <em>somewhere</em>. <br />If it is placed there, the login works great, but then atleast I get:<br /><br />Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/kms/all_keys.php:5) in /var/www/yubiphpbase/appinclude.php on line 3<br />just above the <br />&quot;There are 1 active keys, 0 inactive keys.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=442">%%USERNAME%%</a> — Thu Feb 12, 2009 6:09 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[marcose]]></name></author>
<updated>2009-02-11T15:34:49+01:00</updated>
<published>2009-02-11T15:34:49+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1077#p1077</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1077#p1077"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1077#p1077"><![CDATA[
I added a session_start() command at the beginning of yubiphpbase/appinclude.php and now the session variables are being carried over from screen to screen and I am able to log into the app.<br /><br />I am including the first few lines from the file .. including the change I made highlighted in blue<br /><span style="color: #FF0000"><br />&lt;?php require_once '../yubico-php-lib/AES128.php';<br />require_once 'config.php';</span><br /><span style="color: #0000FF">session_start();</span><br /><span style="color: #FF0000"><br />$devMode = false;<br />$debug = true;<br />//$announcement = 'Site under maintenance, will be back in a few hours...';<br />$announcement = '';</span><br /><br /><br />Could somebody from yubico please verify that this is really a bug and that the change I have made is the fix for it?<br /><br />Thanks,<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=440">marcose</a> — Wed Feb 11, 2009 3:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[marcose]]></name></author>
<updated>2009-02-11T14:52:03+01:00</updated>
<published>2009-02-11T14:52:03+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1076#p1076</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1076#p1076"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1076#p1076"><![CDATA[
Got a little further by debugging the php code..<br /><br />Now the login.php script failes because the $_SESSION['keyid'] field is not set.. so the query against the admin table to verify the pin fails. Any idea how to fix this ?<br /><br />I am running on IIS 7 / W2K8 32bit  and using the php validation server.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=440">marcose</a> — Wed Feb 11, 2009 2:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[marcose]]></name></author>
<updated>2009-02-11T11:05:00+01:00</updated>
<published>2009-02-11T11:05:00+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1075#p1075</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1075#p1075"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1075#p1075"><![CDATA[
OK.. So now that I have the secret AES key, i have modified the config.php and have loaded the data into the database using the install.php script. I included the AES in b64 format.<br /><br />When I now access the validation server and provide the yubico OTP using the key nothing happens. The login page simply gets re-loaded; almost like it does not like the otp. Any ideas ? Are there any logs I can look at to see what is happening?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=440">marcose</a> — Wed Feb 11, 2009 11:05 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[network-marvels]]></name></author>
<updated>2009-02-10T12:32:57+01:00</updated>
<published>2009-02-10T12:32:57+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1070#p1070</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1070#p1070"/>
<title type="html"><![CDATA[Re: YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1070#p1070"><![CDATA[
Here are answers to your questions:<br /><br /><ul>1) You can generate an OTP exactly the same way you have mentioned. After generating the OTP on  notepad, you can paste it to the config.php file<br /><br />2) You can use any random string of integers<br /><br />3) You can securely revoke, activate your keys, retrieve or reset the YubiKey ID, AES secret key, etc. from the YMS server if you have client admin rights for the YMS server.<br /><br />To enable the client admin rights send following information to &quot;yms@yubico.com&quot;:<br /><br /><ul>a) 2 consecutive OTPs from one of your YubiKey that you want to use to access the YubiKey Management System to manage your own YubiKeys and client information.<br /><br />b) Paypal transaction details of YubiKey purchase.<br /></ul></ul><br />Feel free to write back to us in case you face any problems.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=280">network-marvels</a> — Tue Feb 10, 2009 12:32 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[marcose]]></name></author>
<updated>2009-02-10T11:53:21+01:00</updated>
<published>2009-02-10T11:53:21+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=255&amp;p=1069#p1069</id>
<link href="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1069#p1069"/>
<title type="html"><![CDATA[YMS Setup Help]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=255&amp;p=1069#p1069"><![CDATA[
First timer .. so please bear with me..<br /><br />So I have setup all the validation server components and have the yms server index page working.<br />I have some questions about setting up the admin key and the config.php parameters: <br /><br /><span style="color: #0040FF">// OTP from your admin key you are to use to log in to KMS<br />// Eg. $otp = 'gklhtdkvrbfnbuicngergckgdfvfrbfjfhgiffghcithv';</span><br /><strong>How do I generate this OTP ? Just plug the key in, switch focus to notepad or something and press the yubikey to generate the key ? </strong><br /><br /><span style="color: #0040FF">// Admin PIN as the 2nd factor of auth<br />//Eg. $pin = '12345678';<br />$pin = '12345678';</span><br /><strong>Guessing I can use any random string of integers</strong><br /><br /><span style="color: #0040FF">// This is the AES secret inside your key<br />// Eg. $aesParams['__ADM_KEY_SECRET__'] = '7Bs1Rl4Itr2+ZmbyO/KCWQ==';<br />$aesParams['__ADM_KEY_SECRET__'] = '7Bs1Rl4Itr2+ZmbyO/KCWQ==';</span><br /><strong>Where do I get this from? </strong><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=440">marcose</a> — Tue Feb 10, 2009 11:53 am</p><hr />
]]></content>
</entry>
</feed>