<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Tryign to Setup RADIUS Authentication in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44035#M2282</link>
    <description>&lt;P&gt;Thanks for the quick response. I installed the new version and it looks like the issue from above is gone. &lt;BR /&gt;
Now I only have INFO messages like the following:&lt;BR /&gt;
INFO RadiusAuth - function=getUserInfo called, user 'myusername' not found, username=myusername&lt;BR /&gt;
INFO RadiusAuth - function=getUsers called, '0' users found, users=0&lt;BR /&gt;
INFO RadiusAuth - function=userLogin called, user 'myusername' authenticated action=fail, username=myusername&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2013 13:56:38 GMT</pubDate>
    <dc:creator>agodoy</dc:creator>
    <dc:date>2013-08-23T13:56:38Z</dc:date>
    <item>
      <title>Tryign to Setup RADIUS Authentication</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44032#M2279</link>
      <description>&lt;P&gt;I was not able to do a succesful test but I decided to save the configurations anyways.&lt;/P&gt;

&lt;P&gt;I am seeing the following in the logs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-22-2013 16:16:32.299 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':  Traceback (most recent call last):
08-22-2013 16:16:32.299 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':    File "/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py", line 1333, in &amp;lt;module&amp;gt;
08-22-2013 16:16:32.299 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':      getUserInfo( args )
08-22-2013 16:16:32.299 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':    File "/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py", line 1284, in getUserInfo
08-22-2013 16:16:32.300 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':      user = UserInfo.load(username, directory)
08-22-2013 16:16:32.300 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':    File "/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py", line 578, in load
08-22-2013 16:16:32.300 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':      return UserInfo.loadFile(path)
08-22-2013 16:16:32.300 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':    File "/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py", line 539, in loadFile
08-22-2013 16:16:32.300 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':      fp = open(path)
08-22-2013 16:16:32.300 -0400 ERROR ScriptRunner - stderr from '/opt/splunk/etc/apps/radius_auth/bin/radius_auth.py':  IOError: [Errno 2] No such file or directory: '/opt/splunk/etc/apps/radius_auth/local/user_info/a93e8289e00a4606117ae3df95bee69d.json'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas on what might be going on? Oh, sniffing on the line I can see the Access-Request going out, but it is receiving an Access-Reject. Testing with radclient produces the Access-Request/Access-Accept.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 20:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44032#M2279</guid>
      <dc:creator>agodoy</dc:creator>
      <dc:date>2013-08-22T20:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tryign to Setup RADIUS Authentication</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44033#M2280</link>
      <description>&lt;P&gt;What version of RADIUS auth are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2013 03:37:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44033#M2280</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2013-08-23T03:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tryign to Setup RADIUS Authentication</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44034#M2281</link>
      <description>&lt;P&gt;I found the cause of the exception. Basically, the authentication doesn't gracefully handle situations where a request is made a user's info and the app is incapable of finding out the necessary user information (see &lt;A href="http://lukemurphey.net/issues/629"&gt;this bug&lt;/A&gt; for details).&lt;/P&gt;

&lt;P&gt;I just pushed out a new version with the fix (version 1.3.1).&lt;/P&gt;

&lt;P&gt;However, I have a suspicion that the inability to authenticate has nothing to do with this exception (it is otherwise benign). Let me know what you find out after you install the update.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2013 05:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44034#M2281</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2013-08-23T05:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tryign to Setup RADIUS Authentication</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44035#M2282</link>
      <description>&lt;P&gt;Thanks for the quick response. I installed the new version and it looks like the issue from above is gone. &lt;BR /&gt;
Now I only have INFO messages like the following:&lt;BR /&gt;
INFO RadiusAuth - function=getUserInfo called, user 'myusername' not found, username=myusername&lt;BR /&gt;
INFO RadiusAuth - function=getUsers called, '0' users found, users=0&lt;BR /&gt;
INFO RadiusAuth - function=userLogin called, user 'myusername' authenticated action=fail, username=myusername&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2013 13:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44035#M2282</guid>
      <dc:creator>agodoy</dc:creator>
      <dc:date>2013-08-23T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tryign to Setup RADIUS Authentication</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44036#M2283</link>
      <description>&lt;P&gt;It is working now. My password had expired in the process of troubleshooting.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2013 15:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tryign-to-Setup-RADIUS-Authentication/m-p/44036#M2283</guid>
      <dc:creator>agodoy</dc:creator>
      <dc:date>2013-08-23T15:33:43Z</dc:date>
    </item>
  </channel>
</rss>

