Hello,
I've downloaded the new version of Splunk Support for Active Directory, or SA-ldapsearch app, and I wasn't able to use it. Tried multiple configuration combinations but nothing seems to work, it's returning multiple kinds of errors on the screen mentioning "404", "ldapkey", etc. Here some messages from SA-ldapsearch.log:
2014-10-14 14:06:54,274, Level=ERROR, Pid=4921, File=search_command.py, Line=342, Traceback (most recent call last):
File "/apps/splunk/etc/apps/SA-ldapsearch/bin/packages/splunklib/searchcommands/search_command.py", line 316, in process
self._execute(operation, reader, writer)
File "/apps/splunk/etc/apps/SA-ldapsearch/bin/packages/splunklib/searchcommands/generating_command.py", line 79, in _execute
for record in operation():
File "/apps/splunk/etc/apps/SA-ldapsearch/bin/ldapsearch.py", line 79, in generate
configuration = app.Configuration(self)
File "/apps/splunk/etc/apps/SA-ldapsearch/bin/packages/app/configuration.py", line 42, in __init__
self._read_configuration()
File "/apps/splunk/etc/apps/SA-ldapsearch/bin/packages/app/configuration.py", line 151, in _read_configuration
configuration_file = command.service.confs['ldap']
File "/apps/splunk/etc/apps/SA-ldapsearch/bin/packages/splunklib/client.py", line 1599, in __getitem__
raise KeyError(key)
KeyError: 'ldap'
2014-10-14 14:12:51,172, Level=ERROR, Pid=6750, File=search_command.py, Line=278, Abnormal exit: Cannot find the default configuration stanza: HTTP 404 Not Found -- ldap does not exist.
I'm keen to get the new features like able to specify "base" at search time. I tried to run it on Splunk 6.1.1.
Cheers
... View more