<?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 Cluster - AD Auth - SSO in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255702#M7050</link>
    <description>&lt;P&gt;That was the issue.. sorry for delay on posting.  I SWEAR I tried that, as that is the typical for AD convention for DN type,   but as I got that OU input from actual screenshot of working end user, i figured it was just one of those querks.&lt;/P&gt;

&lt;P&gt;Working now... with AD..  now..&lt;/P&gt;

&lt;P&gt;Question: &lt;BR /&gt;
1) How do I deploy this to a cluster? [I would assume, that this can be added as "an app"  from the deployment node... in some kind of file structure (hopefully PS has done this dozens of times and can redirect me to RTFM) and I can push it out.  I would assume cluster master would also need to push it to indexers?]&lt;/P&gt;

&lt;P&gt;2) With the structure that Splunk has for its application. Are there any needs to leverage ACLs and integration with permissions for files / indexes etc with ACL control?  I don't think so, but want to make sure before I get too far into cluster build out.  The VMs are loaded with modules, so it is just a matter of implementation.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 15:35:54 GMT</pubDate>
    <dc:creator>JeremeyWise</dc:creator>
    <dc:date>2015-10-07T15:35:54Z</dc:date>
    <item>
      <title>Splunk Cluster - AD Auth - SSO</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255698#M7046</link>
      <description>&lt;P&gt;Building my first Splunk cluster for lab.  All hosts CentOS6 with full AD (kerberos) integration but wanting to add AD integration (towards SSO goal) into cluster&lt;/P&gt;

&lt;P&gt;Question:  &lt;/P&gt;

&lt;P&gt;1) I am getting error "Encountered the following error while trying to save: In handler 'LDAP-auth':strategy=aessatl.arrow.com" Error binding to LDAP. reason="Invalid credentials".  Where can I get better examples,  or someone who can post details about how to set this up.&lt;/P&gt;

&lt;H3&gt;Settings /field inputs used&lt;/H3&gt;

&lt;P&gt;Name    aessatl.arrow.com&lt;BR /&gt;
Server  atllabman1.aessatl.arrow.com&lt;BR /&gt;
Port    389&lt;BR /&gt;
Bind DN CN=Administrator,OU=users,DC=aessatl,DC=arrow,DC=com&lt;BR /&gt;
User Base DN    OU=Users,DC=aessatl,DC=arrow,DC=com&lt;BR /&gt;
User Name Attribute sAMAccountName&lt;BR /&gt;
Real Name Attribute cn&lt;BR /&gt;
eMail Attribute Mail&lt;BR /&gt;
Group Mapping Attribute dn&lt;BR /&gt;
User Base DN    OU=Users,DC=aessatl,DC=arrow,DC=com&lt;BR /&gt;
User Name Attribute sAMAccountName&lt;BR /&gt;
Real Name Attribute cn&lt;BR /&gt;
eMail Attribute Mail&lt;BR /&gt;
Group Mapping Attribute dn&lt;BR /&gt;
Group Settings  DC=aessatl,DC=arrow,DC=com&lt;BR /&gt;
Group Name Attribute    cn&lt;BR /&gt;
Static Member Attribute member&lt;BR /&gt;
Nested Groups   &amp;lt;check&amp;gt;&lt;BR /&gt;
Dynamic Group&lt;BR /&gt;
&amp;lt;no changes&amp;gt;&lt;BR /&gt;
Advanced Settings&lt;BR /&gt;
&amp;lt;check box but leave defaults&amp;gt;&lt;/P&gt;

&lt;P&gt;2) I am doing this on the Deployment (deployer / license server) server, to get it working, but I need to deploy this across the cluster.  I would assume this would be across all tiers of the cluster (search head nodes, indexers, forwarders, cluster master, deployer).  What is the best methodology for this?&lt;/P&gt;

&lt;P&gt;I would attach my configuation (saved as PDF) showing the fields I used so someone could point out what I am putting in wrong.. but I was bad in previous life... and this one... well... likely future also..  and as such have insufficient karma.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 19:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255698#M7046</guid>
      <dc:creator>JeremeyWise</dc:creator>
      <dc:date>2015-10-01T19:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cluster - AD Auth - SSO</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255699#M7047</link>
      <description>&lt;P&gt;&lt;A href="http://blogs.splunk.com/2009/08/13/ldap-auth-configuration-tips/"&gt;http://blogs.splunk.com/2009/08/13/ldap-auth-configuration-tips/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 18:03:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255699#M7047</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2015-10-02T18:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cluster - AD Auth - SSO</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255700#M7048</link>
      <description>&lt;P&gt;I'm not sure about your AD setup, but I think typically the Users folder is actually &lt;CODE&gt;CN=Users&lt;/CODE&gt; and not &lt;CODE&gt;OU=Users&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;So your bind DN should be: &lt;CODE&gt;CN=Administrator,CN=Users,DC=aessatl,DC=arrow,DC=com&lt;/CODE&gt;&lt;BR /&gt;
And your user Base DN should be: &lt;CODE&gt;CN=Users,DC=aessatl,DC=arrow,DC=com&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You can double check with a raw LDAP browser such as &lt;A href="https://directory.apache.org/studio/"&gt;Apache Directory Studio&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 18:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255700#M7048</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-10-02T18:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cluster - AD Auth - SSO</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255701#M7049</link>
      <description>&lt;P&gt;Sometimes I just use an LDAP browser to get the right settings like this one:  &lt;A href="http://www.computerperformance.co.uk/w2k3/utilities/ldp.htm"&gt;http://www.computerperformance.co.uk/w2k3/utilities/ldp.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 18:36:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255701#M7049</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2015-10-02T18:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Cluster - AD Auth - SSO</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255702#M7050</link>
      <description>&lt;P&gt;That was the issue.. sorry for delay on posting.  I SWEAR I tried that, as that is the typical for AD convention for DN type,   but as I got that OU input from actual screenshot of working end user, i figured it was just one of those querks.&lt;/P&gt;

&lt;P&gt;Working now... with AD..  now..&lt;/P&gt;

&lt;P&gt;Question: &lt;BR /&gt;
1) How do I deploy this to a cluster? [I would assume, that this can be added as "an app"  from the deployment node... in some kind of file structure (hopefully PS has done this dozens of times and can redirect me to RTFM) and I can push it out.  I would assume cluster master would also need to push it to indexers?]&lt;/P&gt;

&lt;P&gt;2) With the structure that Splunk has for its application. Are there any needs to leverage ACLs and integration with permissions for files / indexes etc with ACL control?  I don't think so, but want to make sure before I get too far into cluster build out.  The VMs are loaded with modules, so it is just a matter of implementation.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Cluster-AD-Auth-SSO/m-p/255702#M7050</guid>
      <dc:creator>JeremeyWise</dc:creator>
      <dc:date>2015-10-07T15:35:54Z</dc:date>
    </item>
  </channel>
</rss>

