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

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2015-11-13T09:31:41+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=5&amp;t=1764</id>
<entry>
<author><name><![CDATA[Yuriko]]></name></author>
<updated>2015-11-13T09:31:41+01:00</updated>
<published>2015-11-13T09:31:41+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7969#p7969</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7969#p7969"/>
<title type="html"><![CDATA[Re: Installing YK-VAL on Centos 7]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7969#p7969"><![CDATA[
I'm currently in the process of getting things up and running on CentOS 6.7. Making notes left and right, to make sure I can properly document it. <br /><br />One of the interesting issues I'm running into now, is the registration of new clients which uses the ykval-verify user account on MySQL. Doesn't make sense though, because the basic setup only grants SELECT on the relevant tables. I'll need to figure out how to override the userID settings sourced from the ykval config.php file.<br /><br />EDIT: I'm getting there <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /> Both YKVAL and YKKMS are working <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /> Onwards to configuring PAM to try and get the next step to work.<br /><br />EDIT2: Succeeeesss! <img src="https://forum.yubico.com/images/smilies/icon_e_biggrin.gif" alt=":D" title="Very Happy" /> SSH allows me to use MFA-login requiring two inputs: Yubikey and password, the prior of which is validated against YKVAL and YKKMS <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /> I'll make a thorough write-up asap.<br /><br />EDIT3: There we go! I've finished a full write-up of how I built a Yubikey Validation server on CentOS 6.7 (aka RHEL6). You may find it over here -&gt; <!-- m --><a class="postlink" href="http://www.kilala.nl/Sysadmin/index.php?id=2340">http://www.kilala.nl/Sysadmin/index.php?id=2340</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4024">Yuriko</a> — Fri Nov 13, 2015 9:31 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[stefenTZ]]></name></author>
<updated>2015-11-03T21:20:22+01:00</updated>
<published>2015-11-03T21:20:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7944#p7944</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7944#p7944"/>
<title type="html"><![CDATA[Re: Installing YK-VAL on Centos 7]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7944#p7944"><![CDATA[
Hello &quot;the clown&quot;,<br /><br />we are also struggling setting up Yubico Validation Server on Top of CentOS 7.<br />While the installation how is easy to follow (and to adapt for CentOS) the final test if everything works fails.<br />You may want to follow my detailed step-by-step howto here:<br /><br /><strong>Howto: Setup Yubico KSM on top of CentOS 7 + Question</strong><br /><!-- l --><a class="postlink-local" href="http://forum.yubico.com/viewtopic.php?f=5&amp;t=1291">viewtopic.php?f=5&amp;t=1291</a><!-- l --><br /><br />As the installation of the Validation Server and also the Key Storage Module Server is done with a fews steps, I don't understand why there are no detailed installation howtos for the main distros.<br />More important since CentOS is binary compatible to RHEL which is very common in enterprise environments.<br /><br />As far as I can see you haven't received any answers (yet) - there doesn't seem to be much traffic on the forum sites.<br />Have you successfully setup the Yubico Validation Server on CentOS and have the final test been successfull?<br />I have also opened a case with Yubico Support to get Yubico Servers up and running on CentOS and will share my knowledge.<br /><br />- Stefen<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4008">stefenTZ</a> — Tue Nov 03, 2015 9:20 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[admoss1980]]></name></author>
<updated>2015-09-29T20:53:55+01:00</updated>
<published>2015-09-29T20:53:55+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7851#p7851</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7851#p7851"/>
<title type="html"><![CDATA[Re: Installing YK-VAL on Centos 7]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=7851#p7851"><![CDATA[
Centos, if you <div class="codetitle"><b>Code:</b></div><div class="codecontent">yum install httpd</div> will create the group as <div class="codetitle"><b>Code:</b></div><div class="codecontent">apache</div>.<br /><br />So you need to edit the Makefile and change the wwwgroup setting from <div class="codetitle"><b>Code:</b></div><div class="codecontent">www-data</div> to <div class="codetitle"><b>Code:</b></div><div class="codecontent">apache</div>.<br /><br />I found the installation doc's somewhat lacking when it came to CentOS and RHEL, especially in an EAL4 configuration.<br /><br />Regards<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3950">admoss1980</a> — Tue Sep 29, 2015 8:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[theclown]]></name></author>
<updated>2015-02-27T14:49:31+01:00</updated>
<published>2015-02-27T14:49:31+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1764&amp;p=6934#p6934</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=6934#p6934"/>
<title type="html"><![CDATA[Installing YK-VAL on Centos 7]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1764&amp;p=6934#p6934"><![CDATA[
Hi,<br /><br />I am trying to install YK-Val on my Centos 7 following this guide:<br /><!-- m --><a class="postlink" href="https://developers.yubico.com/yubikey-val/Installation.html">https://developers.yubico.com/yubikey-v ... ation.html</a><!-- m --><br /><br />Unforntunately when trying to execute make install (step 1), I get the following error:<br /><br />install: invalid group ‘www-data’<br />make: *** [install] Error 1<br /><br />Any help would be appreciated.<br />I am pretty inexperienced with linux so apologies in advance if the question is very basic.<br /><br />Below I have copied the complete output:<br /><br />install -D --mode 644 ykval-verify.php /usr/share/yubikey-val/ykval-verify.php<br />install -D --mode 644 ykval-common.php /usr/share/yubikey-val/ykval-common.php<br />install -D --mode 644 ykval-synclib.php /usr/share/yubikey-val/ykval-synclib.php<br />install -D --mode 644 ykval-sync.php /usr/share/yubikey-val/ykval-sync.php<br />install -D --mode 644 ykval-resync.php /usr/share/yubikey-val/ykval-resync.php<br />install -D --mode 644 ykval-db.php /usr/share/yubikey-val/ykval-db.php<br />install -D --mode 644 ykval-db-pdo.php /usr/share/yubikey-val/ykval-db-pdo.php<br />install -D --mode 644 ykval-db-oci.php /usr/share/yubikey-val/ykval-db-oci.php<br />install -D --mode 644 ykval-log.php /usr/share/yubikey-val/ykval-log.php<br />install -D ykval-queue /usr/sbin/ykval-queue<br />install -D ykval-synchronize /usr/sbin/ykval-synchronize<br />install -D ykval-export /usr/sbin/ykval-export<br />install -D ykval-import /usr/sbin/ykval-import<br />install -D ykval-gen-clients /usr/sbin/ykval-gen-clients<br />install -D ykval-export-clients /usr/sbin/ykval-export-clients<br />install -D ykval-import-clients /usr/sbin/ykval-import-clients<br />install -D ykval-checksum-clients /usr/sbin/ykval-checksum-clients<br />install -D ykval-checksum-deactivated /usr/sbin/ykval-checksum-deactivated<br />install -D ykval-nagios-queuelength.php /usr/sbin/ykval-nagios-queuelength<br />install -D ykval-queue.1 /usr/share/man/man1/ykval-queue.1<br />install -D ykval-synchronize.1 /usr/share/man/man1/ykval-synchronize.1<br />install -D ykval-import.1 /usr/share/man/man1/ykval-import.1<br />install -D ykval-export.1 /usr/share/man/man1/ykval-export.1<br />install -D ykval-gen-clients.1 /usr/share/man/man1/ykval-gen-clients.1<br />install -D ykval-import-clients.1 /usr/share/man/man1/ykval-import-clients.1<br />install -D ykval-export-clients.1 /usr/share/man/man1/ykval-export-clients.1<br />install -D ykval-checksum-clients.1 /usr/share/man/man1/ykval-checksum-clients.1<br />install -D ykval-checksum-deactivated.1 /usr/share/man/man1/ykval-checksum-deactivated.1<br />install -D ykval-munin-ksmlatency.php /usr/share/munin/plugins/ykval_ksmlatency<br />install -D ykval-munin-vallatency.php /usr/share/munin/plugins/ykval_vallatency<br />install -D ykval-munin-queuelength.php /usr/share/munin/plugins/ykval_queuelength<br />install -D ykval-munin-responses.pl /usr/share/munin/plugins/ykval_responses<br />install -D ykval-munin-ksmresponses.pl /usr/share/munin/plugins/ykval_ksmresponses<br />install -D ykval-munin-yubikeystats.php /usr/share/munin/plugins/ykval_yubikeystats<br />install -D --backup --mode 640 --group www-data ykval-config.php /etc/yubico/val/ykval-config.php<br />install: invalid group ‘www-data’<br />make: *** [install] Error 1<br /><br /><br />Best,<br />Yordan<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3564">theclown</a> — Fri Feb 27, 2015 2:49 pm</p><hr />
]]></content>
</entry>
</feed>