From 701406ce4544860169fd7972af4f63b2e10c651b Mon Sep 17 00:00:00 2001 From: Jose Castillo Date: Mon, 1 Apr 2024 08:09:32 +0100 Subject: [samba] Capture wbinfo --online-status Capturing this command output can help find the domain status, specially in these cases where having multiple domains in the same forest/cross forest, or in cases where there is sssd and samba_winbind. This output complements that of 'net ads testjoin'. Related: RH: RHEL-30958 Signed-off-by: Jose Castillo --- sos/report/plugins/samba.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/report/plugins/samba.py b/sos/report/plugins/samba.py index 73796500..70edc138 100644 --- a/sos/report/plugins/samba.py +++ b/sos/report/plugins/samba.py @@ -39,6 +39,7 @@ class Samba(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "wbinfo --domain='.' --domain-groups", "wbinfo --trusted-domains --verbose", "wbinfo --check-secret", + "wbinfo --online-status", "net primarytrust dumpinfo", "net ads info", "net ads testjoin", -- cgit