<?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: LDAP on AD not returning all groups - even with filtering in Security</title>
    <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43788#M1452</link>
    <description>&lt;P&gt;Hmm. I'm seeing the same issue where only 27 out of 29 security groups are showing up. Restart didn't help, resetting up the ldap config didn't change anything. This is happening on both 4.2 and 4.3.1.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Apr 2012 22:51:07 GMT</pubDate>
    <dc:creator>dagryph</dc:creator>
    <dc:date>2012-04-18T22:51:07Z</dc:date>
    <item>
      <title>LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43784#M1448</link>
      <description>&lt;P&gt;I have successfully configured LDAP authentication, however while doing so I noticed that the "LDAP Groups" page wasn't displaying every group in the OU. I managed to get all of the groups that I needed at the time by filtering the groups more specifically with groupBaseFilter = (&amp;amp;(objectCategory=group)(name=IS Splunk*)).&lt;/P&gt;

&lt;P&gt;Now I have added a new group to AD ("IS Splunk Users - Energy Tracking") and want to add it to Splunk, but Splunk does not list it. When I remove the "(name=IS Splunk*)" filter I get lots of groups, but none of the "IS Splunk" groups. When sorted by LDAP Group Name there is an "IS Server" and an "IS WTS" group, but nothing in between.&lt;/P&gt;

&lt;P&gt;How do I get Splunk to "see" new groups? It has been three days since the group was created, so it has replicated to all DCs now. I am running 4.1.6 build 89596, and the current Authentication.conf contains:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[authentication]
authSettings = MyDomain.com
authType = LDAP

[MyDomain.com]
SSLEnabled = 0
bindDN = SplunkServiceAccount
bindDNpassword = password
charset = utf8
groupBaseDN = OU=Enterprise,DC=MyDomain,DC=com
groupBaseFilter = (&amp;amp;(objectCategory=group)(name=IS Splunk*))
groupMappingAttribute = dn
groupMemberAttribute = member
groupNameAttribute = cn
host = MyDC.MyDomain.com
port = 389
realNameAttribute = displayname
userBaseDN = DC=MyDomain,DC=com
userBaseFilter = (objectclass=user)
userNameAttribute = samaccountname

[roleMap]
admin = IS Splunk Administrators
can_delete = IS Splunk Administrators
firewall nerd = IS Splunk Administrators;IS Splunk Users - Firewalls
infrastructure nerd = IS Splunk Administrators;IS Splunk Users - Infrastructure
power = IS Splunk Administrators
unix nerd = IS Splunk Administrators;IS Splunk Users - Unix
user = IS Splunk Administrators
voice nerd = IS Splunk Administrators;IS Splunk Users - Mobiles
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Feb 2011 10:28:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43784#M1448</guid>
      <dc:creator>FunPolice</dc:creator>
      <dc:date>2011-02-14T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43785#M1449</link>
      <description>&lt;P&gt;Restart Splunk, is maybe a cache issue!?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2011 10:56:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43785#M1449</guid>
      <dc:creator>LCM</dc:creator>
      <dc:date>2011-02-14T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43786#M1450</link>
      <description>&lt;P&gt;Groups will only show up in the interface if they also contain users who meet the user filters. Are the groups empty, or do they not contain users from the indicated domain and filter?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2011 05:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43786#M1450</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-15T05:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43787#M1451</link>
      <description>&lt;P&gt;That's the trick - the group had no members yet. I hadn't expected that to break it. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2011 10:52:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43787#M1451</guid>
      <dc:creator>FunPolice</dc:creator>
      <dc:date>2011-02-21T10:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43788#M1452</link>
      <description>&lt;P&gt;Hmm. I'm seeing the same issue where only 27 out of 29 security groups are showing up. Restart didn't help, resetting up the ldap config didn't change anything. This is happening on both 4.2 and 4.3.1.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2012 22:51:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43788#M1452</guid>
      <dc:creator>dagryph</dc:creator>
      <dc:date>2012-04-18T22:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43789#M1453</link>
      <description>&lt;P&gt;I'm having the same problem... LDAP shows 197 groups but there are more... All groups have users and they match the existing filters... This happens in 4.3.2&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 13:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43789#M1453</guid>
      <dc:creator>ruiaires</dc:creator>
      <dc:date>2012-05-29T13:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43790#M1454</link>
      <description>&lt;P&gt;I'm on 5.x and this was true for me too. My AD guy says this is a feature of Windows AD. /Upvoted&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2012 20:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43790#M1454</guid>
      <dc:creator>eegilbert</dc:creator>
      <dc:date>2012-12-21T20:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP on AD not returning all groups - even with filtering</title>
      <link>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43791#M1455</link>
      <description>&lt;P&gt;We were having a similar situation in our environment and the issue ended up being that the group in question lived in an Active Directory branch outside the defined &lt;CODE&gt;groupBaseDN&lt;/CODE&gt; value.  Once we added that branch to the &lt;CODE&gt;groupBaseDN&lt;/CODE&gt; filter, access worked like a champ.&lt;/P&gt;

&lt;P&gt;Original Value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;groupBaseDN = OU=Server_Groups,DC=Enterprise,DC=MyDomain,DC=com
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Updated Value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;groupBaseDN = OU=Server_Groups,DC=Enterprise,DC=MyDomain,DC=com;OU=Access_Groups,DC=Enterprise,DC=MyDomain,DC=com
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 23:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-on-AD-not-returning-all-groups-even-with-filtering/m-p/43791#M1455</guid>
      <dc:creator>gurlest</dc:creator>
      <dc:date>2019-03-05T23:45:16Z</dc:date>
    </item>
  </channel>
</rss>

