Skip to content

Commit

Permalink
Resolves: #3323 fetch id in foreman_auth_table
Browse files Browse the repository at this point in the history
Signed-off-by: Nagoor Shaik <[email protected]>
Signed-off-by: Nagoor Shaik <[email protected]>
  • Loading branch information
snagoor committed Aug 1, 2023
1 parent d53384f commit 28092fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/foreman.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)

Expand Down

0 comments on commit 28092fe

Please sign in to comment.