<?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: Which Splunk instance should be chosen for LDAP authentication? in Security</title>
    <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357510#M8969</link>
    <description>&lt;P&gt;Where do these users need to login?  If you are giving them access to just perform searches then typically you would just configure ldap authentication on the search head cluster.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2017 14:51:22 GMT</pubDate>
    <dc:creator>suarezry</dc:creator>
    <dc:date>2017-06-19T14:51:22Z</dc:date>
    <item>
      <title>Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357509#M8968</link>
      <description>&lt;P&gt;I was wondering what the best practice is when choosing where to configure LDAP authentication. I'm just not sure which instance.&lt;/P&gt;

&lt;P&gt;I currently have a 10 VM environment separated as:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;1 Deployment Server&lt;/LI&gt;
&lt;LI&gt;1 Master Node + 3 Indexers&lt;/LI&gt;
&lt;LI&gt;1 Cluster Master + 2 Search heads&lt;/LI&gt;
&lt;LI&gt;2 Universal Forwarders&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 19 Jun 2017 13:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357509#M8968</guid>
      <dc:creator>Buonomon2</dc:creator>
      <dc:date>2017-06-19T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357510#M8969</link>
      <description>&lt;P&gt;Where do these users need to login?  If you are giving them access to just perform searches then typically you would just configure ldap authentication on the search head cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 14:51:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357510#M8969</guid>
      <dc:creator>suarezry</dc:creator>
      <dc:date>2017-06-19T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357511#M8970</link>
      <description>&lt;P&gt;Users only get to log into the Search Head.  I would manually create local admin users on the other nodes.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 15:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357511#M8970</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-19T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357512#M8971</link>
      <description>&lt;P&gt;I am a fan of creating an authentication app that gets deployed everywhere. I do that because I also disable the passwd file in &lt;CODE&gt;$SPLUNK_HOME/etc/passwd&lt;/CODE&gt;. The result is that only authenticated users can access splunkd on any splunk instance (even forwarders). This ensures that I have an audit of access and changes to the instances as best as splunk can do it.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 21:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357512#M8971</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-22T21:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357513#M8972</link>
      <description>&lt;P&gt;I'm going to combine the approaches of @woodcock and of @SloshBurch.  &lt;/P&gt;

&lt;P&gt;[1]  Every Splunk server gets the same authentication app  (except forwarders because read below)&lt;BR /&gt;
[2]  All indexers have the Splunk Web UI disabled, so only search heads, deployment servers, and other infrastructure nodes are log-in-able (except via REST API)&lt;BR /&gt;
[3]  UFs have the REST API port disabled entirely - manage them via configuration management and you'll never need to log in.&lt;/P&gt;

&lt;P&gt;If I'm in a highly secure environment, I might deploy different &lt;STRONG&gt;authorization&lt;/STRONG&gt; (not authentication but authorization) for my DS and CM and so forth so that my "most basic generic user role"  (might be user, might not be?) has practically no access at all via that node.  Sure they can authenticate, but they can't do anything;. &lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 03:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357513#M8972</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2017-06-27T03:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357514#M8973</link>
      <description>&lt;P&gt;oooo. I like. Lazy question: what setting do you use for disabling REST API on forwarders? Feel free to call me out and say I should just read the docs...I would deserve it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:10:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357514#M8973</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-27T13:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357515#M8974</link>
      <description>&lt;P&gt;"There's an app for that"  &lt;A href="https://github.com/georgestarcher/UF-TA-killrest"&gt;https://github.com/georgestarcher/UF-TA-killrest&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:32:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357515#M8974</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2017-06-27T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357516#M8975</link>
      <description>&lt;P&gt;Ha ha. Thanks for that. I appreciate that the author kept it minimal. For anyone looking for just that setting:&lt;/P&gt;

&lt;P&gt;server.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;disableDefaultPort = true|false
* If true, turns off listening on the splunkd management port
  (8089 by default)
* This setting is not recommended:
  * This is the general communication path to splunkd.  If it is disabled,
    there is no way to communicate with a running splunk.
  * This means many command line splunk invocations cannot function,
    splunkweb cannot function, the REST interface cannot function, etc.
  * If you choose to disable the port anyway, understand that you are
    selecting reduced Splunk functionality.
* Default value is 'false'.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jun 2017 12:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357516#M8975</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-28T12:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357517#M8976</link>
      <description>&lt;P&gt;is that mean , if indexer have the UI enable, i not able to setup ldap?&lt;/P&gt;

&lt;P&gt;caz i notice problem ldap setup in indexer ui&lt;BR /&gt;&lt;BR /&gt;
Access controls » Authentication method » LDAP strategies - ldap strategy but &lt;BR /&gt;
i cant Map groups under Actions &lt;BR /&gt;
in Searchhead/Deployment server all working but not in indexer ui.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 21:45:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357517#M8976</guid>
      <dc:creator>chandanghoshCTL</dc:creator>
      <dc:date>2018-04-19T21:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Which Splunk instance should be chosen for LDAP authentication?</title>
      <link>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357518#M8977</link>
      <description>&lt;P&gt;Make sure the password is correct in the LDAP strategy and then restart to get it to hash again. Also, check your _internal events for correlating error messages.&lt;/P&gt;

&lt;P&gt;If that still doesn't resolve, open a support case cause you might need someone to work with you in real time to find exactly what config is wrong.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 16:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Which-Splunk-instance-should-be-chosen-for-LDAP-authentication/m-p/357518#M8977</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2018-05-04T16:26:30Z</dc:date>
    </item>
  </channel>
</rss>

