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

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2013-11-18T13:46:09+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=29&amp;t=1214</id>
<entry>
<author><name><![CDATA[bialowons]]></name></author>
<updated>2013-11-18T13:29:03+01:00</updated>
<published>2013-11-18T13:29:03+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4636#p4636</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4636#p4636"/>
<title type="html"><![CDATA[Re: deactivate AD Proxy functionality]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4636#p4636"><![CDATA[
Whats about this link?<br /><!-- m --><a class="postlink" href="http://blog.metasplo.it/2012/05/modifying-yubiradius-to-authenticate.html">http://blog.metasplo.it/2012/05/modifyi ... icate.html</a><!-- m --><br /><br />The idea seems not bad, but the patch file does not work with 3.6.1.<br />Anyone out here who is able to make it working with 3.6.1?<br /><br />Is this still a working scenario or is this deprecated and is samirs way the one to go?<br /><br />#### Update<br />I used the code above and pasted it manually in the  ropverify.php. Now i am able to test &quot;OTP only&quot;.<br />Any concerns about this setup?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2659">bialowons</a> — Mon Nov 18, 2013 1:29 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bialowons]]></name></author>
<updated>2013-11-18T13:13:26+01:00</updated>
<published>2013-11-18T13:13:26+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4635#p4635</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4635#p4635"/>
<title type="html"><![CDATA[Re: deactivate AD Proxy functionality]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4635#p4635"><![CDATA[
<div class="quotetitle">samir wrote:</div><div class="quotecontent"><br />You can make YubiRADIUS to validate only OTP as first factor please make changes to the freeradius configuration as per the steps below:<br /><br />1. ssh to YubiRADIUS VA and follow the steps below<br /># cd /etc/freeradius/sites-available<br /><br />2. Comment entries in &quot;default&quot; and &quot;inner-tunnel&quot; file:<br /># vim default<br /><br />comment &quot;ldap&quot; from &quot;authorize&quot; section<br /># ldap<br /><br />Comment pap entry as shown below from &quot;authenticate&quot; section:<br /><br />authenticate {<br />  Auth-Type PAP {<br />    perl<br />#    pap<br />  }<br /><br /># vim inner-tunnel<br />comment &quot;ldap&quot; from &quot;authorize&quot; section<br /># ldap<br />Comment pap entery as shown below:<br /><br />authenticate {<br />  Auth-Type PAP {<br />    perl<br />#    pap<br />  }<br />3. Restart the freeradius using following command:<br /># /etc/init.d/freeradius restart<br /></div><br />Hi samir,<br /><br />thank you for your answer. I have a problem with your supposed changes. In my &quot;default&quot; and &quot;inner-tunnel&quot; files the &quot;ldap&quot; at &quot;authenticate&quot; is already commented. Also there is no &quot;pap&quot; at Auth-Type PAP:<br />authenticate {<br />        #<br />        #  PAP authentication, when a back-end database listed<br />        #  in the 'authorize' section supplies a password.  The<br />        #  password can be clear-text, or encrypted.<br />####inner-tunnel:<br />  Auth-Type PAP {<br />    perl<br />  }<br /><br />        #<br />        #  Most people want CHAP authentication<br />        #  A back-end database listed in the 'authorize' section<br />        #  MUST supply a CLEAR TEXT password.  Encrypted passwords<br />        #  won't work.<br />        Auth-Type CHAP {<br />                chap<br />        }<br /><br />        #<br />        #  MSCHAP authentication.<br />        Auth-Type MS-CHAP {<br />    mschap<br />        }<br /><br />        #<br />        #  Pluggable Authentication Modules.<br />#       pam<br /><br />        #<br />        #  See 'man getpwent' for information on how the 'unix'<br />        #  module checks the users password.  Note that packets<br />        #  containing CHAP-Password attributes CANNOT be authenticated<br />        #  against /etc/passwd!  See the FAQ for details.<br />        #<br />#       unix<br /><br />        # Uncomment it if you want to use ldap for authentication<br />        #<br />        # Note that this means &quot;check plain-text password against<br />        # the ldap database&quot;, which means that EAP won't work,<br />        # as it does not supply a plain-text password.<br /><br />        #<br />        #  Allow EAP authentication.<br /><br />#  eap<br /><br />        Auth-Type EAP{<br />    eap<br />  }<br /><br />  perl<br /><br />}<br /><br />Is this all i have to change? Attached a screen of my &quot;general config&quot;. Needs something to be changed?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2659">bialowons</a> — Mon Nov 18, 2013 1:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[samir]]></name></author>
<updated>2013-10-30T07:17:02+01:00</updated>
<published>2013-10-30T07:17:02+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4568#p4568</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4568#p4568"/>
<title type="html"><![CDATA[Re: deactivate AD Proxy functionality]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4568#p4568"><![CDATA[
Hello,<br /><br />There is no proxy functionality enabled on the YubiRADIUS VM.<br /><br />You can make YubiRADIUS to validate only OTP as first factor please make changes to the freeradius configuration as per the steps below:<br /><br />1. ssh to YubiRADIUS VA and follow the steps below<br /><br /># cd /etc/freeradius/sites-available<br /><br />2. Comment entries in &quot;default&quot; and &quot;inner-tunnel&quot; file:<br /><br /># vim default<br /><br />comment &quot;ldap&quot; from &quot;authorize&quot; section<br /># ldap<br /><br />Comment pap entry as shown below from &quot;authenticate&quot; section:<br /><br />authenticate {<br /><br />  Auth-Type PAP {<br />    perl<br />#    pap<br />  }<br /><br /># vim inner-tunnel<br /><br />comment &quot;ldap&quot; from &quot;authorize&quot; section<br /># ldap<br /><br />Comment pap entery as shown below:<br /><br />authenticate {<br /><br />  Auth-Type PAP {<br />    perl<br />#    pap<br />  }<br /><br />3. Restart the freeradius using following command:<br /><br /># /etc/init.d/freeradius restart<br /><br /><br />Hope this helps!<br /><br />Thanks and best regards,<br />Samir.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1076">samir</a> — Wed Oct 30, 2013 7:17 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bialowons]]></name></author>
<updated>2013-11-18T13:46:09+01:00</updated>
<published>2013-10-25T10:53:16+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4543#p4543</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4543#p4543"/>
<title type="html"><![CDATA[deactivate AD Check functionality/OTP Check only]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1214&amp;p=4543#p4543"><![CDATA[
Hi Together,<br /><br />i just want to know if there is any possibility to deactivate the proxy functionality of the yubiradius.<br />I want to get yubiradius running with Citrix NetScaler Gateway.<br /><br />Plan is to use the yubiradius otp as &quot;first factor&quot; and a the ldap authentication directly to the AD from the netscaler as second factor.<br /><br />At the moment i see only the option to use yubiradius like this:<br /><br />&quot;AD UserPW+otp&quot; firstfactor<br />&quot;AD UserPW&quot; secondfactor<br /><br />The user must input his PW to times.<br /><br />Is there a supported way to use yubiradius and yubikey like other token solutions (for example RSA):<br />Personal PIN+OTP/TokenCode<br /> <br />WBR<br /><br />Fabian<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2659">bialowons</a> — Fri Oct 25, 2013 10:53 am</p><hr />
]]></content>
</entry>
</feed>