From 28092fe35341681f2cdc0d99ab97ceb83d9816e2 Mon Sep 17 00:00:00 2001 From: Nagoor Shaik Date: Tue, 1 Aug 2023 12:07:06 +0530 Subject: [PATCH] Resolves: #3323 fetch id in foreman_auth_table Signed-off-by: Nagoor Shaik Signed-off-by: Nagoor Shaik --- sos/report/plugins/foreman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/report/plugins/foreman.py b/sos/report/plugins/foreman.py index 3ac3d3df47..4b0e95d38f 100644 --- a/sos/report/plugins/foreman.py +++ b/sos/report/plugins/foreman.py @@ -188,7 +188,7 @@ def setup(self): ) authcmd = ( - 'select type,name,host,port,account,base_dn,attr_login,' + 'select id,type,name,host,port,account,base_dn,attr_login,' 'onthefly_register,tls from auth_sources' )