i am trying to connect to my 2nd LDAP instance using the SA-LDAPSearch app (Splunk Supporting Add-on for Active Directory 3.0.1) and am getting the below error
External search command 'ldaptestconnection...
Configuring the Splunk Support Addon for AD but keep getting this error when testing the connection
Search
| ldaptestconnection domain="test.lab"
Result
distinguishedName: DC=test,DC=lab
E...
Splunk Support for Active Directory: How to get results for multiple ldap host
| ldaptestconnection domain="my Domain"
shows a single event, I have multiple hosts servicing as a LDAP s...
...queries the error is the same:
External search command 'ldaptestconnection' returned error code 1. Script output = "error_message= # host: xxx.xx.xx.1: Could not access the directory service at l...
...est on my domain, the test connection passes. I have rebuilt the LDAP lookup and backed it out to the top level and it passes again. I have run the |ldaptestconnection domain=mydomainname and it p...
...roblem:
When I try to configure and connect with the SDS LDAP server (using credentials that successfully bind and search from thecommand line) I receive the following error:
Command:
| ldaptestconnection...
...ot getting the desired results else we are getting the error as below.
Search Query :
| ldaptestconnection domain="xyz"
Getting error as below :
External search command 'ldaptestconnection...
...nd stored in the passwords.conf file under SA-ldapsearch/local as I'm able to manually run the | ldaptestconnectioncommand and get back results in addition to running | ldapsearch queries. I...
Has anyone figured out the root cause of the ridiculously poor performance of the SA-ldapsearch apps ldapsearch command?
I've hunted through the code, i've wiresharked the communications and the d...
I am writing a custom streaming search command using the Python SDK and the V2 Protocol. I followed the V2 protocol documentation closely, and have created a streaming command that should play n...