<?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: Splunk Authentication with Radius Server in Other Admin</title>
    <link>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/704035#M59</link>
    <description>&lt;P&gt;Well, Splunk lets you use external script to use any not natively supported authentication scheme but it's up to you to implement it. RADIUS is here listed only as one of examples of authentication methods you could want to integrate this way but it's in no way a manual how to do so.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Nov 2024 09:25:52 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-11-10T09:25:52Z</dc:date>
    <item>
      <title>Splunk Authentication with Radius Server</title>
      <link>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/703761#M56</link>
      <description>&lt;P&gt;We are experiencing issues configuring RADIUS authentication within Splunk. Despite following all required steps and configurations, authentication via RADIUS is not working as expected, and users are unable to authenticate through the RADIUS server.&lt;/P&gt;&lt;P&gt;- Installed radius client on splunk machine and configure the radiusclient.conf file with radius server data&lt;BR /&gt;&lt;SPAN&gt;- Updated the &lt;/SPAN&gt;authentication.conf&lt;SPAN&gt; file located in &lt;/SPAN&gt;$SPLUNK_HOME/etc/system/local/&lt;SPAN&gt;, as well as updates to &lt;/SPAN&gt;web.conf&lt;SPAN&gt;to support RADIUS authentication requests in Splunk Web.&lt;BR /&gt;&lt;/SPAN&gt;- U&lt;SPAN&gt;sed the &lt;/SPAN&gt;radtest&lt;SPAN&gt; tool to validate the connection between the Splunk RADIUS client &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Monitored the Splunk authentication logs in &lt;/SPAN&gt;$SPLUNK_HOME/var/log/splunk/splunkd.log&lt;SPAN&gt; to identify any errors, and consistently encountered the following error: &lt;/SPAN&gt;Could not find [externalTwoFactorAuthSettings] in authentication stanza&lt;SPAN&gt;.&lt;BR /&gt;-&amp;nbsp;Integrated radiusScripted.py to assist with RADIUS authentication, configuring it to work with the authentication settings.&lt;BR /&gt;It appears that Splunk is unable to successfully authenticate with the RADIUS server, with repeated errors indicating missing configuration stanzas or settings that are not recognized.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Splunk Version&lt;/STRONG&gt;: 9.1.5&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Authentication Configuration Files&lt;/STRONG&gt;: authentication.conf, web.conf&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Additional Scripts&lt;/STRONG&gt;: radiusScripted.py&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please advise on troubleshooting steps or configuration adjustments needed to resolve this issue. Any insights or documentation on RADIUS integration best practices with Splunk would be highly appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 05:00:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/703761#M56</guid>
      <dc:creator>Amira</dc:creator>
      <dc:date>2024-11-07T05:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Authentication with Radius Server</title>
      <link>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/703773#M57</link>
      <description>&lt;P&gt;Splunk does not have native capability to authenticate users against RADIUS server. If you're using an external app (there is at least one on Splunkbase but it doesn't seem to be actively maintained), you probably have to either dig into the script code or try to contact the author. I don't suppose it's a very popular way of authentication with Splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 08:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/703773#M57</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-07T08:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Authentication with Radius Server</title>
      <link>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/704033#M58</link>
      <description>&lt;P&gt;Thank you, Pickle for your response.&lt;/P&gt;&lt;P&gt;I attempted to follow the Splunk documentation below, which does not contain a lot of information; however, I attempted to change the configuration file "authentication.conf" with the stanza containing the radius information [IP secret port], as well as to use the python script and fill it with the necessary data, but with no success.&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.1/Security/ConfigureSplunkToUsePAMOrRADIUSAuthentication" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.1/Security/ConfigureSplunkToUsePAMOrRADIUSAuthentication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I also tested my linux server's connectivity by installing the radius client and using the radtest function to examine the delivered request, but I received no response from the server.&lt;/P&gt;&lt;P&gt;So I'm looking for a trustworthy manual to follow, but I can't locate one, and I'm not sure if that program is available to use and test via.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2024 07:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/704033#M58</guid>
      <dc:creator>Amira</dc:creator>
      <dc:date>2024-11-10T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Authentication with Radius Server</title>
      <link>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/704035#M59</link>
      <description>&lt;P&gt;Well, Splunk lets you use external script to use any not natively supported authentication scheme but it's up to you to implement it. RADIUS is here listed only as one of examples of authentication methods you could want to integrate this way but it's in no way a manual how to do so.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2024 09:25:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/704035#M59</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-10T09:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Authentication with Radius Server</title>
      <link>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/704036#M60</link>
      <description>&lt;P&gt;thank you Pickle, I now understand why it is not mentioned in details.&lt;/P&gt;&lt;P&gt;so it is a customized approach to use external methods.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2024 09:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/704036#M60</guid>
      <dc:creator>Amira</dc:creator>
      <dc:date>2024-11-10T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Authentication with Radius Server</title>
      <link>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/705996#M73</link>
      <description>&lt;P&gt;Hi Pickle,&lt;/P&gt;&lt;P&gt;I wanted to update you that I made a mistake with the configuration in authentication.conf. Instead of defining a specific stanza for RADIUS, I should have used the &lt;STRONG&gt;[Scripted]&lt;/STRONG&gt; stanza.&lt;/P&gt;&lt;P&gt;With this correction, the Python script is now working properly. It handles local authentication for dumped users and successfully authenticates one user via the script configured for RADIUS.&lt;/P&gt;&lt;P&gt;I’m now working on customizing the script further to directly authenticate users from RADIUS.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 05:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Admin/Splunk-Authentication-with-Radius-Server/m-p/705996#M73</guid>
      <dc:creator>Amira</dc:creator>
      <dc:date>2024-12-05T05:43:15Z</dc:date>
    </item>
  </channel>
</rss>

