Skip to content

Commit

Permalink
[plugins/samba] collect output of 'net ads info'
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Kshirsagar <[email protected]>
  • Loading branch information
nkshirsagar authored and TurboTurtle committed Jul 20, 2023
1 parent 221f587 commit fc67659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/samba.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def setup(self):
"wbinfo --domain='.' --domain-groups",
"wbinfo --trusted-domains --verbose",
"net primarytrust dumpinfo",
"net ads info",
])


Expand Down

0 comments on commit fc67659

Please sign in to comment.