<?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: Disabling login screen in Security</title>
    <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93299#M3069</link>
    <description>&lt;P&gt;I did reset them.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2014 18:32:25 GMT</pubDate>
    <dc:creator>lenafried</dc:creator>
    <dc:date>2014-08-21T18:32:25Z</dc:date>
    <item>
      <title>Disabling login screen</title>
      <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93295#M3065</link>
      <description>&lt;P&gt;Is it possible to disable the login screen in splunk??&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2011 04:01:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93295#M3065</guid>
      <dc:creator>nina15</dc:creator>
      <dc:date>2011-10-18T04:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling login screen</title>
      <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93296#M3066</link>
      <description>&lt;P&gt;The free version does not have a login screen. The enterprise and trial versions require authentication. However, authentication can occur if either (a) you place it behind an appropriately configured proxy and enable SSO mode, or (b) you use the "insecurelogin" URL and pass the ID and password of a user in the URL. &lt;A href="http://splunk-base.splunk.com/answers/4851/how-to-view-reports-link-without-providing-login-credentials"&gt;http://splunk-base.splunk.com/answers/4851/how-to-view-reports-link-without-providing-login-credentials&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2011 06:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93296#M3066</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-10-18T06:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling login screen</title>
      <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93297#M3067</link>
      <description>&lt;P&gt;Yesterday I downloaded what I assumed was the free 60-day trial version and opened and used it several times without having to log in after the first time.  Today, the login screen is displayed and, to my horror, I forgot the name and password.  What do I do?  I thought the login screen is not needed for the free version.  If a login is needed how do I reset the name and password or work around it?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:15:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93297#M3067</guid>
      <dc:creator>lenafried</dc:creator>
      <dc:date>2014-08-21T16:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling login screen</title>
      <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93298#M3068</link>
      <description>&lt;P&gt;If you did not reset the user name and password, then they are still the default: admin/changeme.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 18:14:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93298#M3068</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2014-08-21T18:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling login screen</title>
      <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93299#M3069</link>
      <description>&lt;P&gt;I did reset them.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 18:32:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93299#M3069</guid>
      <dc:creator>lenafried</dc:creator>
      <dc:date>2014-08-21T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling login screen</title>
      <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93300#M3070</link>
      <description>&lt;P&gt;If you have access to the file system, you can back up the password file and restart Splunk Enterprise. Then you will be back to admin/changeme. See &lt;A href="http://answers.splunk.com/answers/834/how-could-i-reset-the-admin-password"&gt;http://answers.splunk.com/answers/834/how-could-i-reset-the-admin-password&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 18:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93300#M3070</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2014-08-21T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling login screen</title>
      <link>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93301#M3071</link>
      <description>&lt;P&gt;I hacked Splunk/SSO to let users auto-login as the "splunk" user using the following Apache config (you'll need to ensure that this user exists on your Splunk instance).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Listen 8989
&amp;lt;VirtualHost *:8989&amp;gt;
  &amp;lt;Proxy &lt;A href="http://127.0.0.1:8989/*&amp;gt;" target="test_blank"&gt;http://127.0.0.1:8989/*&amp;gt;&lt;/A&gt;;
      Allow from all
   &amp;lt;/Proxy&amp;gt;
   &amp;lt;LocationMatch "/"&amp;gt;
      ProxyPass &lt;A href="http://127.0.0.1:8000/" target="test_blank"&gt;http://127.0.0.1:8000/&lt;/A&gt;
      ProxyPassReverse &lt;A href="http://127.0.0.1:8000/" target="test_blank"&gt;http://127.0.0.1:8000/&lt;/A&gt;
      Header add REMOTE_USER "splunk"
      RequestHeader set REMOTE_USER "splunk"
   &amp;lt;/LocationMatch&amp;gt;
&amp;lt;/VirtualHost&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then in Settings &amp;gt; Server Settings &amp;gt; General Settings set "SSO Trusted IP" to 127.0.0.1&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 16:33:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Disabling-login-screen/m-p/93301#M3071</guid>
      <dc:creator>gregavan</dc:creator>
      <dc:date>2015-08-10T16:33:50Z</dc:date>
    </item>
  </channel>
</rss>

