All Apps and Add-ons

Unknown search command 'ldaptestconnection' when configuring Splunk Supporting Add-on for Active Directory

rjbonilla
New Member

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
Error
[Splunk.test.lab] Search Factory: Unknown search command 'ldaptestconnection'.

0 Karma

pmakwana_splunk
Splunk Employee
Splunk Employee

This might happen incase of Searchhead and Indexer clustering. By default the ldap custom commands are set to run on local machine (or SH) but incase of distributed architecture the queries are running on indexers and Indexers might not have SA-ldapsearch app installed and hence these commands would not run.

Please try the below on your SH and then restart the splunk.
1) Create the local folder under SA-ldapsearch
2) Copy the commands.conf from default folder to local folder
3) Edit the commands.conf of local folder and change the parameter from "local=false" to "local=true"
4) Restart the SH

If you are using the SH deployer then you need to follow the same steps on Deployer and then push the apps on SH.

Please refer the below doc for the reference
https://docs.splunk.com/Documentation/SA-LdapSearch/2.1.4/User/Workaroundfordefaultconfigstanzaerror...

Let me know if you face any issues.

Thanks,
Pratik

lloydknight
Builder

Hello rjbonilla

Have tried checking the splunkd.log for errors on the ldap authentication?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...