<?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 Support for Active Directory: Why am I getting connection test failure &amp;quot;ParseError at &amp;quot;...elementtree.py&amp;quot;...not well-formed (invalid token)&amp;quot;? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279612#M32899</link>
    <description>&lt;P&gt;Is that really your bind DN?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;binddn = CN=splunkadsearch\, svc,CN=Users,DC=domain,DC=com
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I wonder if the comma there, even when escaped, it's causing all the problems. Can you test this using a different account that doesn't contain special characters and see if that works?&lt;/P&gt;

&lt;P&gt;Also:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Is your AD listening on port 636, which is default for SSL?&lt;/LI&gt;
&lt;LI&gt;Have you looked at the content of $SPLUNK_HOME/var/log/splunk/SA-ldapsearch.log?&lt;/LI&gt;
&lt;LI&gt;The password property seems to be deprecated in the latest versions so not sure if that should be there if it's empty. &lt;A href="http://docs.splunk.com/Documentation/SA-LdapSearch/latest/User/Theldap.confconfigurationfile"&gt;See this.&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hope that helps,&lt;BR /&gt;
J&lt;/P&gt;</description>
    <pubDate>Tue, 15 Dec 2015 15:20:29 GMT</pubDate>
    <dc:creator>javiergn</dc:creator>
    <dc:date>2015-12-15T15:20:29Z</dc:date>
    <item>
      <title>Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279609#M32896</link>
      <description>&lt;P&gt;The error is  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ParseError at "/opt/splunk_ind/lib/python2.7/xml/etree/ElementTree.py", line 1506 : not well-formed (invalid token): line 33, column 37"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've installed the Splunk Supporting Add-on for Active Directory on my indexers &amp;amp; my search heads. I'm using the same connection string that I use as my ldap authentication method. Also, this is on Splunk 6.3, and version 2.1.1 of SA-ldapseasrch. Anyone run into this?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 00:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279609#M32896</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2015-12-15T00:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279610#M32897</link>
      <description>&lt;P&gt;I had lots of similar problems in my previous company when using the ldapsearch commands.&lt;BR /&gt;
I don't have access to that instance anymore but I remember it was all because of the LDAP query format and I had to escape certain characters in order to get it right.&lt;/P&gt;

&lt;P&gt;Can you paste an obfuscated version of your query here so that we can take a look?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 10:10:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279610#M32897</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2015-12-15T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279611#M32898</link>
      <description>&lt;P&gt;Cheers, but this is just using the test connection button on the configuration page.&lt;BR /&gt;
Below is my ldap.conf&lt;BR /&gt;
    [domain.com]&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server = server.domain.com
port = 636
ssl = 1
basedn = dc=domain,dc=com
binddn = CN=splunkadsearch\, svc,CN=Users,DC=domain,DC=com
password =
alternatedomain = domain

[corp.domain.com]
alternatedomain = corp.domain
basedn = DC=corp,DC=domain,DC=com
binddn = CN=splunkadsearch\, svc,CN=Users,DC=domain,DC=com
port = 636
server = ATL-PRD-ADC-003.corp.domain.com
ssl = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279611#M32898</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2015-12-15T14:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279612#M32899</link>
      <description>&lt;P&gt;Is that really your bind DN?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;binddn = CN=splunkadsearch\, svc,CN=Users,DC=domain,DC=com
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I wonder if the comma there, even when escaped, it's causing all the problems. Can you test this using a different account that doesn't contain special characters and see if that works?&lt;/P&gt;

&lt;P&gt;Also:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Is your AD listening on port 636, which is default for SSL?&lt;/LI&gt;
&lt;LI&gt;Have you looked at the content of $SPLUNK_HOME/var/log/splunk/SA-ldapsearch.log?&lt;/LI&gt;
&lt;LI&gt;The password property seems to be deprecated in the latest versions so not sure if that should be there if it's empty. &lt;A href="http://docs.splunk.com/Documentation/SA-LdapSearch/latest/User/Theldap.confconfigurationfile"&gt;See this.&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hope that helps,&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 15:20:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279612#M32899</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2015-12-15T15:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279613#M32900</link>
      <description>&lt;P&gt;I've got that bind dn working as my ldap authentication bind dn connecting splunk to my AD to allow ldap logins. &lt;BR /&gt;
I've also copied this ldap.conf to a test server, which communicates successfully with the ldap server using sa-ldapsearch.&lt;BR /&gt;
636 is open to the ldap server from this splunk server. I've also removed the password = line, no help.&lt;BR /&gt;
Frustrating. Thanks for responding.&lt;BR /&gt;
Whoops, forgot your other question. Sa-ldapsearch.log is not updating. Where do I set the log option for sa-ldapsearch?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:40:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279613#M32900</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2015-12-15T19:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279614#M32901</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Logs should be populated automatically. If that's not happening it means there's probably something wrong with your installation.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;If your test environment is working fine with the same version, try using a diff tool to compare both app directories and see what's different between them&lt;/LI&gt;
&lt;LI&gt;If that doesn't help, then uninstall and erase the app directory completely and try the latest &lt;A href="https://splunkbase.splunk.com/app/1151/"&gt;version&lt;/A&gt; (2.1.2) released last week. Make sure you read the &lt;A href="http://docs.splunk.com/Documentation/SA-LdapSearch/2.1.2/User/AbouttheSplunkSupportingAdd-onforActiveDirectory"&gt;instructions&lt;/A&gt; carefully.&lt;/LI&gt;
&lt;LI&gt;If you are still getting errors, where are they showing up? Are they part of the configuration or just happening when you run ldapsearch? If the latter, have you tried any other commands? can you paste some of the searches you are running?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hope that helps. Let me know how it goes.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 10:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279614#M32901</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2015-12-16T10:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279615#M32902</link>
      <description>&lt;P&gt;Copied the SA-ldapsearch from the test server to the correct environment, got the following error:&lt;BR /&gt;
     Search&lt;BR /&gt;
    | ldaptestconnection domain="domainname"&lt;BR /&gt;
    Result&lt;BR /&gt;
    distinguishedName: CN=Users,DC=domainname,DC=com&lt;BR /&gt;
    Error&lt;BR /&gt;
    Cannot find the configuration stanza for domain=domainname in ldap.conf.&lt;/P&gt;

&lt;P&gt;Updated the correct server to 2.1.2, and I got the same error. Where is it looking for ldap.conf? /opt/splunk/etc/apps/SA-ldapsearch/local/ldap.conf has the following:&lt;BR /&gt;
    [domainname]&lt;BR /&gt;
    alternatedomain = domainname.com&lt;BR /&gt;
    basedn = CN=Users,DC=domainname,DC=com&lt;BR /&gt;
    port = 636&lt;BR /&gt;
    server = satlit-dcroot1.domainname.com&lt;BR /&gt;
    ssl = 1&lt;BR /&gt;
    binddn = CN=splunkadsearch\, svc,CN=Users,DC=domainname,DC=com&lt;/P&gt;

&lt;P&gt;Also, I'm still not getting sa-ldap.log in /opt/splunk/var/log/splunk, even with the updated program.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:01:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279615#M32902</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2015-12-16T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279616#M32903</link>
      <description>&lt;P&gt;You shouldn't copy whole apps between environments without removing local conf files first. The ldap app for instance will be hashing your user password using a locally generated key so it won't work in your environment.&lt;/P&gt;

&lt;P&gt;Try editing the domain via the GUI and retyping your password. Also test the connection from there. See &lt;A href="http://docs.splunk.com/Documentation/SA-LdapSearch/latest/User/ConfiguretheSplunkSupportingAdd-onforActiveDirectory"&gt;this&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Once your connection test is fine, try ldapsearch again and it that doesn't work try other commands.&lt;/P&gt;

&lt;P&gt;If nothing of above works, run a &lt;STRONG&gt;diff tool&lt;/STRONG&gt; in order to compare TEST and PRODUCTION environments and see what's different.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:10:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279616#M32903</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2015-12-16T16:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279617#M32904</link>
      <description>&lt;P&gt;Retyped the connection information in the GUI, and got the same error&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| ldaptestconnection domain="domainname"
Result
distinguishedName: CN=Users,DC=domainname,DC=com
Error
Cannot find the configuration stanza for domain=domainname in ldap.conf.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here's the diff prod &amp;lt;-&amp;gt;test&lt;BR /&gt;
    Only in SA-ldapsearch/bin: commons-lang3-3.1.jar&lt;BR /&gt;
    Only in SA-ldapsearch/bin: customcommands.jar&lt;BR /&gt;
    Files SA-ldapsearch/bin/default.pyc and SA-ldapsearch-SB/bin/default.pyc differ&lt;BR /&gt;
    Only in SA-ldapsearch/bin: gson-2.2.2.jar&lt;BR /&gt;
...&lt;BR /&gt;
    Only in SA-ldapsearch/bin: unboundid-ldapsdk-2.3.1-se.jar&lt;BR /&gt;
    diff -r SA-ldapsearch/default/app.conf SA-ldapsearch-SB/default/app.conf&lt;BR /&gt;
    1,7d0&lt;BR /&gt;
    &amp;lt; # Autogenerated file&lt;BR /&gt;
    &amp;lt; [install]&lt;BR /&gt;
    &amp;lt; state = enabled&lt;BR /&gt;
    &amp;lt; is_configured = 0&lt;BR /&gt;
    &amp;lt; build = 64&lt;BR /&gt;
    &amp;lt; install_source_checksum = 93d6a3980528ab75ba7f5dc8cf27645783e8b8c9&lt;BR /&gt;
    &amp;lt;&lt;BR /&gt;
    18a12,17&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; [install]&lt;BR /&gt;
    &amp;gt; state = enabled&lt;BR /&gt;
    &amp;gt; is_configured = 0&lt;BR /&gt;
    &amp;gt; build = 64&lt;BR /&gt;
    &amp;gt; install_source_checksum = 55deaf133c71603df00725c417e69ff05acb4a6d&lt;BR /&gt;
    diff -r SA-ldapsearch/default/ldap.conf SA-ldapsearch-SB/default/ldap.conf&lt;BR /&gt;
    1,9c1,4&lt;BR /&gt;
    &amp;lt; [domainname.com]&lt;BR /&gt;
    &amp;lt; #server = SATLIT-DCROOT1.domainname.com;Mar-prd-ads-001.domainname.com&lt;BR /&gt;
    &amp;lt; server = SATLIT-DCROOT1.domainname.com&lt;BR /&gt;
    &amp;lt; port = 389&lt;BR /&gt;
    &amp;lt; ssl = false&lt;BR /&gt;
    &amp;lt; basedn = dc=alere,dc=com&lt;BR /&gt;
    &amp;lt; binddn = cn=svcsplunkadsearch,cn=Users,dc=domainname,dc=com&lt;BR /&gt;
    &amp;lt; password = {64}M3dhZmZsZXNvblRVRVM=&lt;BR /&gt;
    &amp;lt; alternatedomain = domainname&lt;BR /&gt;
    ---&lt;BR /&gt;
    &amp;gt; # Default configuration file for SA-ldapsearch commands&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # To learn more about configuration files (including precedence) please see the documentation located at&lt;BR /&gt;
    &amp;gt; # &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles&lt;/A&gt;.&lt;BR /&gt;
    12,14c7,56&lt;BR /&gt;
    &amp;lt; server = SATLIT-DCROOT1.domainname.com&lt;BR /&gt;
    &amp;lt; port = 389&lt;BR /&gt;
    &amp;lt; ssl = false&lt;BR /&gt;
    ---&lt;BR /&gt;
    &amp;gt;     # Represents the default domain for LDAP queries&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # [splunk.com]&lt;BR /&gt;
    &amp;gt;     # Create a stanza like this for each additional domain you wish to query&lt;BR /&gt;
    &amp;gt;     # The stanza name should be the DNS name of the domain.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # alternatedomain = SPLUNK&lt;BR /&gt;
    &amp;gt;     # Alternate domain name of the domain.&lt;BR /&gt;
    &amp;gt;     # By convention this name is set to the NetBIOS name of the domain. It must be unique in the scope of ldap.conf. You&lt;BR /&gt;
    &amp;gt;     # may use either the stanza name or the alternatedomain name to identify the domain in SA-ldapsearch commands. See&lt;BR /&gt;
    &amp;gt;     # the domain option.&lt;BR /&gt;
    &amp;gt;     # A value is required.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # basedn = DC=splunk,DC=com&lt;BR /&gt;
    &amp;gt;     # Distinguished name of the domain.&lt;BR /&gt;
    &amp;gt;     # By convention this name should be unique in the scope of ldap.conf.&lt;BR /&gt;
    &amp;gt;     # A value is required.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # server = host1,host2,host3&lt;BR /&gt;
    &amp;gt;     # Comma-separated list of distributed LDAP server replica host names.&lt;BR /&gt;
    &amp;gt;     # A host name in round-robin fashion starting with a random pick.&lt;BR /&gt;
    &amp;gt;     # A value is required.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # ssl = false&lt;BR /&gt;
    &amp;gt;     # True to enable SSL; otherwise, false.&lt;BR /&gt;
    &amp;gt;     # Defaults to false.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # port = 389&lt;BR /&gt;
    &amp;gt;     # Port number.&lt;BR /&gt;
    &amp;gt;     # Defaults to 636, if ssl is enabled; otherwise 389.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # binddn = cn=Splunker,OU=Managed Service Accounts,DC=splunk,DC=com&lt;BR /&gt;
    &amp;gt;     # Distinguished name for binding to the LDAP directory service.&lt;BR /&gt;
    &amp;gt;     # The password used for simple authentication should be encrypted and saved to local/app.conf using the&lt;BR /&gt;
    &amp;gt;     # POST storage/passwords endpoint with name = &lt;STANZA_NAME&gt; and realm = SA-ldapsearch.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # password = {64}Y2hhbmdlbWU=&lt;BR /&gt;
    &amp;gt;     # Deprecated: The password used for simple authentication.&lt;BR /&gt;
    &amp;gt;     # Cleartext or Base64 encoded password for simple authentication. Base64 encoding is indicated by prefixing {64}.&lt;BR /&gt;
    &amp;gt;     # If a storage password with name = &lt;STANZA_NAME&gt; and realm = SA-ldapsearch also exists, this setting is ignored.&lt;BR /&gt;
    &amp;gt;     # See &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTaccess#POST_storage.2Fpasswords_method_detail" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTaccess#POST_storage.2Fpasswords_method_detail&lt;/A&gt;.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # decode = true&lt;BR /&gt;
    &amp;gt;     # True to enable Active Directory formatting extensions; otherwise false.&lt;BR /&gt;
    &amp;gt;     # The default is true.&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; # paged_size = 1000&lt;BR /&gt;
    &amp;gt;     # Maximum number of entries to return in a single page of LDAP search results.&lt;BR /&gt;
    &amp;gt;     # The default is 1000. This is the default maximum page size permitted by Active Directory. See LDAP policies at&lt;BR /&gt;
    &amp;gt;     # &lt;A href="http://technet.microsoft.com/en-us/library/cc770976.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/cc770976.aspx&lt;/A&gt;.&lt;BR /&gt;
    Only in SA-ldapsearch: default.old.20151022-121316&lt;BR /&gt;
    Only in SA-ldapsearch: default.old.20151111-210826&lt;BR /&gt;
    diff -r SA-ldapsearch/local/app.conf SA-ldapsearch-SB/local/app.conf&lt;BR /&gt;
    1d0&lt;BR /&gt;
    &amp;lt; # Autogenerated file&lt;BR /&gt;
    3d1&lt;BR /&gt;
    &amp;lt; state = enabled&lt;BR /&gt;
    4a3,5&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; [credential:SA-ldapsearch:domainname:]&lt;BR /&gt;
    &amp;gt; password = $1$HbfahK78XQyqXQLPRnjU&lt;BR /&gt;
    diff -r SA-ldapsearch/local/ldap.conf SA-ldapsearch-SB/local/ldap.conf&lt;BR /&gt;
    1,3c1,3&lt;BR /&gt;
    &amp;lt; [alere.com]&lt;BR /&gt;
    &amp;lt; #server = SATLIT-DCROOT1.domainname.com;Mar-prd-ads-001.domainname.com&lt;BR /&gt;
    &amp;lt; server = SATLIT-DCROOT1.domainname.com&lt;BR /&gt;
    ---&lt;BR /&gt;
    &amp;gt; [alere]&lt;BR /&gt;
    &amp;gt; alternatedomain = domainname.com&lt;BR /&gt;
    &amp;gt; basedn = CN=Users,DC=domainname,DC=com&lt;BR /&gt;
    4a5&lt;BR /&gt;
    &amp;gt; server = atl-prd-ads-001.domainname.com&lt;BR /&gt;
    6d6&lt;BR /&gt;
    &amp;lt; basedn = dc=domainname,dc=com&lt;BR /&gt;
    8,22d7&lt;BR /&gt;
    &amp;lt; password =&lt;BR /&gt;
    &amp;lt; alternatedomain = domainname&lt;BR /&gt;
    &amp;lt;&lt;BR /&gt;
    &amp;lt; [default]&lt;BR /&gt;
    &amp;lt; server = SATLIT-DCROOT1.domainname.com&lt;BR /&gt;
    &amp;lt; port = 389&lt;BR /&gt;
    &amp;lt; ssl = false&lt;BR /&gt;
    &amp;lt;&lt;BR /&gt;
    &amp;lt; [corp.alere.com]&lt;BR /&gt;
    &amp;lt; alternatedomain = corp.domainname&lt;BR /&gt;
    &amp;lt; basedn = DC=corp,DC=domainname,DC=com&lt;BR /&gt;
    &amp;lt; binddn = CN=splunkadsearch\, svc,CN=Users,DC=domainname,DC=com&lt;BR /&gt;
    &amp;lt; port = 636&lt;BR /&gt;
    &amp;lt; server = ATL-PRD-ADC-003.corp.domainname.com&lt;BR /&gt;
    &amp;lt; ssl = 1&lt;BR /&gt;
    Only in SA-ldapsearch/local: passwords.conf&lt;BR /&gt;
    diff -r SA-ldapsearch/metadata/default.meta SA-ldapsearch-SB/metadata/default.meta&lt;BR /&gt;
    1,4d0&lt;BR /&gt;
    &amp;lt; [app/install/state]&lt;BR /&gt;
    &amp;lt; version = 5.0.1&lt;BR /&gt;
    &amp;lt; modtime = 1365297870.967600000&lt;BR /&gt;
    &amp;lt;&lt;BR /&gt;
    diff -r SA-ldapsearch/metadata/local.meta SA-ldapsearch-SB/metadata/local.meta&lt;BR /&gt;
    1,4d0&lt;BR /&gt;
    &amp;lt; [app/install/state]&lt;BR /&gt;
    &amp;lt; version = 5.0.1&lt;BR /&gt;
    &amp;lt; modtime = 1365297870.967600000&lt;BR /&gt;
    &amp;lt;&lt;BR /&gt;
    6,11c2,3&lt;BR /&gt;
    &amp;lt; version = 6.3.0&lt;BR /&gt;
    &amp;lt; modtime = 1447294106.976317000&lt;BR /&gt;
    &amp;lt;&lt;BR /&gt;
    &amp;lt; [ldap/alere.com]&lt;BR /&gt;
    &amp;lt; version = 6.3.0&lt;BR /&gt;
    &amp;lt; modtime = 1449855223.410913000&lt;BR /&gt;
    ---&lt;BR /&gt;
    &amp;gt; version = 6.2.5&lt;BR /&gt;
    &amp;gt; modtime = 1450203497.383257000&lt;BR /&gt;
    14,15c6,12&lt;BR /&gt;
    &amp;lt; version = 6.3.0&lt;BR /&gt;
    &amp;lt; modtime = 1449855473.613261000&lt;BR /&gt;
    ---&lt;BR /&gt;
    &amp;gt; version = 6.2.5&lt;BR /&gt;
    &amp;gt; modtime = 1450210053.384149000&lt;BR /&gt;
    &amp;gt;&lt;BR /&gt;
    &amp;gt; [ldap/domainname]&lt;BR /&gt;
    &amp;gt; owner = admin&lt;BR /&gt;
    &amp;gt; version = 6.2.5&lt;BR /&gt;
    &amp;gt; modtime = 1450210053.365742000&lt;BR /&gt;
    17,20c14,17&lt;BR /&gt;
    &amp;lt; [ldap/corp.domainname.com]&lt;BR /&gt;
    &amp;lt; owner = manderson&lt;BR /&gt;
    &amp;lt; version = 6.3.0&lt;BR /&gt;
    &amp;lt; modtime = 1449855473.581998000&lt;BR /&gt;
    ---&lt;BR /&gt;
    &amp;gt; [app/credential%3ASA-ldapsearch%3Adomainname%3A]&lt;BR /&gt;
    &amp;gt; owner = admin&lt;BR /&gt;
    &amp;gt; version = 6.2.5&lt;BR /&gt;
    &amp;gt; modtime = 1450210053.368359000&lt;BR /&gt;
    Only in SA-ldapsearch: .settings&lt;/STANZA_NAME&gt;&lt;/STANZA_NAME&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279617#M32904</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2020-09-29T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279618#M32905</link>
      <description>&lt;P&gt;Hi, I can't see anything obvious there and I'm running out of ideas.&lt;/P&gt;

&lt;P&gt;Take a look at the following links and see if that helps:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/312136/after-upgrading-to-splunk-63-why-is-the-splunk-sup.html"&gt;https://answers.splunk.com/answers/312136/after-upgrading-to-splunk-63-why-is-the-splunk-sup.html&lt;/A&gt; -&amp;gt; particularly the first answer&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;&lt;A href="http://blogs.splunk.com/2012/10/21/splunk-app-for-active-directory-and-the-top-10-issues/"&gt;http://blogs.splunk.com/2012/10/21/splunk-app-for-active-directory-and-the-top-10-issues/&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/318078/splunk-support-for-active-directory-error-the-defa.html"&gt;https://answers.splunk.com/answers/318078/splunk-support-for-active-directory-error-the-defa.html&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;If none of the above works I would either raise it with Splunk or wait for someone else to reply here.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:35:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279618#M32905</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2015-12-16T17:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279619#M32906</link>
      <description>&lt;P&gt;Yeah, I'll update all the hosts to the latest ldapsearch.&lt;/P&gt;

&lt;P&gt;Thanks a lot for looking at this, I appreciate it. I'll open a ticket soon.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:41:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279619#M32906</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2015-12-16T17:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Support for Active Directory: Why am I getting connection test failure "ParseError at "...elementtree.py"...not well-formed (invalid token)"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279620#M32907</link>
      <description>&lt;P&gt;Banderson, I don't know, if you opened the ticket.&lt;BR /&gt;
In my case, I was installing the SA-ldapsearch on search head... but, the correct is installing on indexer..&lt;/P&gt;

&lt;P&gt;that corrected my problem&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 20:04:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Support-for-Active-Directory-Why-am-I-getting-connection/m-p/279620#M32907</guid>
      <dc:creator>patrick_muller</dc:creator>
      <dc:date>2016-09-01T20:04:19Z</dc:date>
    </item>
  </channel>
</rss>

