<?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: How come the LDAP config is not picking up users directly under OU? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419931#M9967</link>
    <description>&lt;P&gt;@MuS ,&lt;/P&gt;

&lt;P&gt;No Link which you have provided has diffrent issue , In my case i am able to connect to ldap ,&lt;/P&gt;

&lt;P&gt;issue is ldap settings are picking up users which are mentioned under some group , but its not picking up users which are mentioned directly under OU .&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 17:28:03 GMT</pubDate>
    <dc:creator>kannu</dc:creator>
    <dc:date>2018-10-09T17:28:03Z</dc:date>
    <item>
      <title>How come the LDAP config is not picking up users directly under OU?</title>
      <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419927#M9963</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;I am having some issue with LDAP authentication.&lt;BR /&gt;
The Issue is:  i am having one domain that is abc.int.com under that domain i have one OU called Splunk in that OU i have many "usersid" .&lt;/P&gt;

&lt;P&gt;"usersid" refers to persons name who needs access in Splunk through LDAP&lt;/P&gt;

&lt;P&gt;So i am using the strings :&lt;BR /&gt;
For user base DN :&lt;BR /&gt;
ou=Splunk,dc=abc,dc=int,dc=com&lt;/P&gt;

&lt;P&gt;and for group base dn .&lt;BR /&gt;
dc=abc,dc=int,dc=com&lt;/P&gt;

&lt;P&gt;but it's not picking up users. It's only picking up users under groups not under any OU.&lt;/P&gt;

&lt;P&gt;Please help me !!!!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 17:34:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419927#M9963</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2018-10-08T17:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How come the LDAP config is not picking up users directly under OU?</title>
      <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419928#M9964</link>
      <description>&lt;P&gt;for the group base dn , you need specify ou attribute &lt;BR /&gt;
Your ldap configuration should resemble like this&lt;/P&gt;

&lt;P&gt;groupBaseDN = ou=Groups,dc=splunksupport,dc=com;&lt;BR /&gt;
*This is the Base of your Groups in LDAP. You can also specify multiple bases. For example: ou=Management,ou=Groups,dc=Splunkers,dc=com;ou=Consultants,ou=Groups,dc=Splunkers,dc=com;&lt;/P&gt;

&lt;P&gt;For more Info &lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/blog/2009/08/13/ldap-auth-configuration-tips.html"&gt;https://www.splunk.com/blog/2009/08/13/ldap-auth-configuration-tips.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 18:17:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419928#M9964</guid>
      <dc:creator>ssadanala1</dc:creator>
      <dc:date>2018-10-08T18:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How come the LDAP config is not picking up users directly under OU?</title>
      <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419929#M9965</link>
      <description>&lt;P&gt;Hi kannu,&lt;/P&gt;

&lt;P&gt;Check this answer &lt;A href="https://answers.splunk.com/answers/50175/ldap-authentication-troubleshooting-information.html"&gt;https://answers.splunk.com/answers/50175/ldap-authentication-troubleshooting-information.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also increase the logging for the &lt;CODE&gt;AuthenticationManagerLDAP&lt;/CODE&gt; and the &lt;CODE&gt;ScopedLDAPConnection&lt;/CODE&gt; channel in &lt;CODE&gt;Settings » Server settings » Server logging&lt;/CODE&gt; and check &lt;CODE&gt;index=_internal&lt;/CODE&gt; for LDAP related messages.&lt;/P&gt;

&lt;P&gt;Hope that helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 19:09:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419929#M9965</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-10-08T19:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How come the LDAP config is not picking up users directly under OU?</title>
      <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419930#M9966</link>
      <description>&lt;P&gt;@ssadanala1 ,&lt;/P&gt;

&lt;P&gt;Bro i am not having groups under any OU , After OU there are directly users , there is not group in between users and OU&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:25:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419930#M9966</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2018-10-09T17:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: How come the LDAP config is not picking up users directly under OU?</title>
      <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419931#M9967</link>
      <description>&lt;P&gt;@MuS ,&lt;/P&gt;

&lt;P&gt;No Link which you have provided has diffrent issue , In my case i am able to connect to ldap ,&lt;/P&gt;

&lt;P&gt;issue is ldap settings are picking up users which are mentioned under some group , but its not picking up users which are mentioned directly under OU .&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:28:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419931#M9967</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2018-10-09T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: How come the LDAP config is not picking up users directly under OU?</title>
      <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419932#M9968</link>
      <description>&lt;P&gt;I can't give you a specific answer for this. However I can tell you how I got mine working.&lt;/P&gt;

&lt;P&gt;Using ADExplorer or some other LDAP browser I nailed down the OU structure. I copy-pasted to ensure that I got the characters exactly.  You can usually go into the properties of the object and copy it there. &lt;/P&gt;

&lt;P&gt;This assumes users are in the following OU's.&lt;BR /&gt;
OU=Users,OU=Accounts,OU=GA-ATL,OU=America,OU=Sites,DC=domain,DC=com&lt;BR /&gt;
OU=Expire,OU=Accounts,OU=GA-ATL,OU=America,OU=Sites,DC=domain,DC=com&lt;BR /&gt;
OU=WA-SEA,OU=America,OU=Sites,DC=domain,DC=com&lt;/P&gt;

&lt;P&gt;And the group mappings will only show any group that begins with "Splunk"&lt;/P&gt;

&lt;P&gt;Here is my working copy of my ..\etc\local\authentication.conf file. Which of course is populated from the GUI.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[LDAP Authentication to AD]
SSLEnabled = 1
anonymous_referrals = 1
bindDN = CN=splunkadsearch\, svc,CN=Users,DC=domain,DC=com
bindDNpassword = XXXXXXXX
charset = utf8
emailAttribute = mail
groupBaseDN = OU=Security,OU=Groups,OU=GA-ATL,OU=America,OU=Sites,DC=domain,DC=com
groupBaseFilter = (CN=Splunk*)
groupMappingAttribute = dn
groupMemberAttribute = member
groupNameAttribute = cn
host = PDOM05.domain.com
nestedGroups = 0
network_timeout = 20
port = 636
realNameAttribute = displayname
sizelimit = 1000
timelimit = 15
userBaseDN = OU=Users,OU=Accounts,OU=GA-ATL,OU=America,OU=Sites,DC=domain,DC=com;OU=Expire,OU=Accounts,OU=GA-ATL,OU=America,OU=Sites,DC=domain,DC=com;OU=WA-SEA,OU=America,OU=Sites,DC=domain,DC=com
userNameAttribute = samaccountname
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps. &lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:47:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419932#M9968</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2018-10-09T18:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How come the LDAP config is not picking up users directly under OU?</title>
      <link>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419933#M9969</link>
      <description>&lt;P&gt;Not exactly, the linked answer tells you to test the LDAP connection, and connection information with another tool and visually check the results for verification purpose.&lt;/P&gt;

&lt;P&gt;Anyway, have a look at @JDukeSplunk answer how to setup multiple OU's for &lt;CODE&gt;userBaseDN&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:59:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-come-the-LDAP-config-is-not-picking-up-users-directly-under/m-p/419933#M9969</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-10-09T18:59:46Z</dc:date>
    </item>
  </channel>
</rss>

