For every ldapfilter (fresh 2.0.0 install on 6.1.4) command I try, the result is an exception from the Python script, for example:
query | stats count by User | ldapfilter domain=default search="(sAMAccountName=$User$)" attrs="cn"
gives
External search command 'ldapfilter' returned error code 1. Script output = " ERROR "AttributeError at ""/opt/splunk/etc/apps/SA-ldapsearch/bin/ldapfilter.py"", line 98 : 'LdapFilterCommand' object has no attribute 'search_scope'" "
Is this a known problem? Can anyone even use ldapfilter right now?
... View more