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' )