<?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 LDAP group reporting in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323551#M96592</link>
    <description>&lt;P&gt;Hi. Could someone suggest how I could go about creating a report that list all AD users and all the associated LDAP groups they belong to? This is required for audit purposes and tips on any other way of presenting the info would also be appreciated. Ideally I want a list that shows every AD group or may be just the privileged group a user account is part of. &lt;/P&gt;

&lt;P&gt;Thanks in advance. &lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 19:15:25 GMT</pubDate>
    <dc:creator>aoliullah</dc:creator>
    <dc:date>2017-04-10T19:15:25Z</dc:date>
    <item>
      <title>LDAP group reporting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323551#M96592</link>
      <description>&lt;P&gt;Hi. Could someone suggest how I could go about creating a report that list all AD users and all the associated LDAP groups they belong to? This is required for audit purposes and tips on any other way of presenting the info would also be appreciated. Ideally I want a list that shows every AD group or may be just the privileged group a user account is part of. &lt;/P&gt;

&lt;P&gt;Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 19:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323551#M96592</guid>
      <dc:creator>aoliullah</dc:creator>
      <dc:date>2017-04-10T19:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP group reporting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323552#M96593</link>
      <description>&lt;P&gt;You could use something like this if you have SA-ldapsearch installed:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| ldapsearch search="(&amp;amp;(objectClass=user)(!(objectClass=computer)))" attrs=* | table sAMAccountName memberOf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1151/"&gt;https://splunkbase.splunk.com/app/1151/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 19:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323552#M96593</guid>
      <dc:creator>brreeves_splunk</dc:creator>
      <dc:date>2017-04-10T19:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP group reporting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323553#M96594</link>
      <description>&lt;P&gt;Hi brreeves. Thanks for the answer. I shall try this and get back to you if need be. &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 23:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323553#M96594</guid>
      <dc:creator>aoliullah</dc:creator>
      <dc:date>2017-04-10T23:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP group reporting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323554#M96595</link>
      <description>&lt;P&gt;Hi Breeves. For this to work will the search head need to be a windows box? Or does any other instance need to be a windows box to query AD?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323554#M96595</guid>
      <dc:creator>aoliullah</dc:creator>
      <dc:date>2017-04-11T08:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP group reporting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323555#M96596</link>
      <description>&lt;P&gt;No, You'll just load the Splunk Support for Active Directory app and tell it where your AD servers are (it supports linux and windows, as it uses scripts to query AD). Then run the search and Splunk will query AD.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:34:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LDAP-group-reporting/m-p/323555#M96596</guid>
      <dc:creator>brreeves_splunk</dc:creator>
      <dc:date>2017-04-11T13:34:44Z</dc:date>
    </item>
  </channel>
</rss>

