-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-10.0
-
None
-
None
-
rhel-cla
-
None
-
False
-
False
-
-
None
-
Red Hat Enterprise Linux Lightspeed
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
At RHEL 10 Roadshow in Sydney (Australia) I asked the AI:
“Add SUDO config for user jimw to allow him to safely edit /etc/sssd/sssd.conf”
The answer was very wrong. Red Hat staff advised me to create Jira for it.
What is the impact of this issue to you?
N/A. This was just a test of AI capabilities on RHEL 10.
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
Easy. Ask the same question and check the results.
Steps to reproduce
Execute the following AI query:
c “Add SUDO config for user jimw to allow him to safely edit /etc/sssd/sssd.conf”
Expected results
Update /etc/sudoers.d/100_jimw with the following contents:
Defaults:jimw requiretty
jimw ALL=(ALL) NOPASSWD:NOEXEC: /usr/bin/vi /etc/sssd/sssd.conf
Actual results
AI responded with updated /etc/sudoers with this content:
jimw ALL=(ALL) NOPASSWD: /etc/sssd/sssd.conf
This is an incorrect answer that is not workable.