AdmincountCheck

Issue #5 new
Titi Toto created an issue

Hi Guys,

The miner AdmincountCheck doesn't works as you see below :

btaminer -C ::myad -t ReST AdminCountCheck Traceback (most recent call last): File "/usr/local/bin/btaminer", line 6, in <module> bta.miner.Miner.main() File "/usr/local/lib/python2.7/dist-packages/bta/miner.py", line 142, in main m.run(opt, doc) File "/usr/local/lib/python2.7/dist-packages/bta/miners/admin_count_check.py", line 49, in run adminAccountsMembers+=LGMiner.get_members_of(account['objectSid'], True) File "/usr/local/lib/python2.7/dist-packages/bta/miners/list_group.py", line 30, in get_members_of for link in self.link_table.find({'link_DNT': group['DNT_col']}): TypeError: string indices must be integers

Regards

Comments (2)

  1. Xavier Mehrenberger

    Hi, Thanks for the bug report.

    The bug has been fixed in AdminCountCheck. However, I encourage you to use the SDProp miner instead, and then verify the resulting list manually.

    Best regards, Xavier

  2. Log in to comment