<?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: Security Audit issue in Splunk App for Active Directory in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95515#M6550</link>
    <description>&lt;P&gt;Following on from the excellent answer from Drainy, it's common to get a message "No matching fields exist" in the Administrator Audit - the page does six searches - if one of the searches has no results, then you get the error.  &lt;/P&gt;

&lt;P&gt;On your user audit page, it means that it could not find the username that you typed in.  Make sure you are typing in the sAMAccountName of the account you want to view.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2012 13:57:20 GMT</pubDate>
    <dc:creator>ahall_splunk</dc:creator>
    <dc:date>2012-07-11T13:57:20Z</dc:date>
    <item>
      <title>Security Audit issue in Splunk App for Active Directory</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95511#M6546</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;When I access to any field of &lt;STRONG&gt;Security -&amp;gt; Audit&lt;/STRONG&gt; in Splunk app for Active Directory. I received an error message [&lt;EM&gt;command="ldapsearch", IO::Socket::INET: connect: Connection refused&lt;/EM&gt;]. I don't have much experience with Perl. Anyone help me by any advise? &lt;/P&gt;

&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2012 07:46:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95511#M6546</guid>
      <dc:creator>Nguyen_Ma</dc:creator>
      <dc:date>2012-07-11T07:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Security Audit issue in Splunk App for Active Directory</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95512#M6547</link>
      <description>&lt;P&gt;Have you verified the ldap server details in the config file? If you entered the wrong details then its quite likely you would receive a connection refused. Also if a local firewall is restricting access out of the local machine to the remote ldap server.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2012 07:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95512#M6547</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-07-11T07:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Security Audit issue in Splunk App for Active Directory</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95513#M6548</link>
      <description>&lt;P&gt;Thank for your answer, I've just configured activedirectory.conf file and got new issue. I access to Security -&amp;gt; Audit -&amp;gt; Administrator Audit and got a message "No matching fields exist". Then I go to User Audit, I got an error message [command="ldapsearch", No such object]. My config file as below:&lt;/P&gt;

&lt;P&gt;[server]&lt;BR /&gt;
ldapurl=ldap://192.168.81.230&lt;BR /&gt;
basedn=dc=vsslab,dc=com&lt;BR /&gt;
bindas=cn=Administrator,cn=Users,dc=vsslab,dc=com&lt;BR /&gt;
password=*******&lt;/P&gt;

&lt;P&gt;My domain is vsslab.com&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:08:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95513#M6548</guid>
      <dc:creator>Nguyen_Ma</dc:creator>
      <dc:date>2012-07-11T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Security Audit issue in Splunk App for Active Directory</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95514#M6549</link>
      <description>&lt;P&gt;You need to verify your object definitions. It sounds like it cannot find them on the remote LDAP server&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95514#M6549</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-07-11T09:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Security Audit issue in Splunk App for Active Directory</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95515#M6550</link>
      <description>&lt;P&gt;Following on from the excellent answer from Drainy, it's common to get a message "No matching fields exist" in the Administrator Audit - the page does six searches - if one of the searches has no results, then you get the error.  &lt;/P&gt;

&lt;P&gt;On your user audit page, it means that it could not find the username that you typed in.  Make sure you are typing in the sAMAccountName of the account you want to view.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2012 13:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Security-Audit-issue-in-Splunk-App-for-Active-Directory/m-p/95515#M6550</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2012-07-11T13:57:20Z</dc:date>
    </item>
  </channel>
</rss>

