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

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2013-11-08T12:23:33+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=29&amp;t=1223</id>
<entry>
<author><name><![CDATA[bartoq]]></name></author>
<updated>2013-11-08T12:23:33+01:00</updated>
<published>2013-11-08T12:23:33+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4591#p4591</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4591#p4591"/>
<title type="html"><![CDATA[Re: [QUESTION] How to configure Yubiradius Vendor Attributes]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4591#p4591"><![CDATA[
Hi , thanks for the reply, <br />do you have any example for the ldap.attrmap config ?<br />Do I also need to enable the ldap setting in sites-enabled/default ?<br /><br />Thanks<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2669">bartoq</a> — Fri Nov 08, 2013 12:23 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jschreiner]]></name></author>
<updated>2013-11-05T17:48:44+01:00</updated>
<published>2013-11-05T17:48:44+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4580#p4580</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4580#p4580"/>
<title type="html"><![CDATA[Re: [QUESTION] How to configure Yubiradius Vendor Attributes]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4580#p4580"><![CDATA[
You'll have to add a vendor dictionary to freeradius's dictionary files /usr/share/freeradius/ (if I recall correctly) and make sure the vendor dictionary is configured to load in the /usr/share/freeradius/dictionary file using $INCLUDE dictionary.vendorxyz and restart freeradius.<br /><br />I used the ldap mapping /etc/freeradius/ldap.attr to map my vendor attributes to the ldap attribute which I chose.  It helps to run freeradius in debug mode to troubleshoot.  You run debug mode using the following freeradius -X.  The catch is this is debian and there is a bug so you actually have to run this command instead LD_PRELOAD=/usr/lib/libperl.so.5.10 freeradius -X.<br /><br />Here some info about the bug <!-- m --><a class="postlink" href="http://www.packetfence.org/bugs/view.php?id=1463&amp;history=1">http://www.packetfence.org/bugs/view.ph ... &amp;history=1</a><!-- m --><br /><br /><br />Hopefully that helps you.  I spent quite a bit of time figuring it out and still have lots to learn.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2660">jschreiner</a> — Tue Nov 05, 2013 5:48 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bartoq]]></name></author>
<updated>2013-11-04T02:21:42+01:00</updated>
<published>2013-11-04T02:21:42+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4575#p4575</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4575#p4575"/>
<title type="html"><![CDATA[Re: [QUESTION] How to configure Yubiradius Vendor Attributes]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4575#p4575"><![CDATA[
I've got this working by adding the attributes in the /etc/freeradius/users file and adding the dictionary under /usr/share/freeradius/<br />DEFAULT Auth-Type = pap<br />  PaloAlto-Admin-Role = &quot;superuser&quot;,<br />  PaloAlto-User-Group = &quot;VPNgroup&quot;,<br />  Service-Type = Login-User<br /><br />---------------------<br />Dictionary file<br /><br />VENDOR    PaloAlto      25461<br />BEGIN-VENDOR  PaloAlto<br />ATTRIBUTE       PaloAlto-Admin-Role         1 string<br />ATTRIBUTE       PaloAlto-Admin-Access-Domain    2 string<br />ATTRIBUTE       PaloAlto-Panorama-Admin-Role    3 string<br />ATTRIBUTE       PaloAlto-Panorama-Admin-Access-Domain 4 string<br />ATTRIBUTE       PaloAlto-User-Group     5 string<br />END-VENDOR  PaloAlto<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2669">bartoq</a> — Mon Nov 04, 2013 2:21 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bartoq]]></name></author>
<updated>2013-11-03T10:24:45+01:00</updated>
<published>2013-11-03T10:24:45+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4572#p4572</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4572#p4572"/>
<title type="html"><![CDATA[[QUESTION] How to configure Yubiradius Vendor Attributes VSA]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1223&amp;p=4572#p4572"><![CDATA[
Hi All,<br />I've been trying to configure the YubiRaius 3.6.1 to return Vendor Specific Attributes ( VSA ) with no success.<br />Has anyone succesfully configure Yubiradius to return VSA at all ?<br />if yes can you share which config file that I need to configure ?<br /><br />Thanks,<br />Alberto<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2669">bartoq</a> — Sun Nov 03, 2013 10:24 am</p><hr />
]]></content>
</entry>
</feed>