I followed the challenge instructions and initially tried to solve the PAM configuration task myself. When the answer was marked incorrect, I checked the provided solution and applied the PAM-related solution exactly as shown.
The /etc/pam.d/su file now matches the provided solution, including both pam_wheel.so lines being uncommented, but the challenge still reports False .
I also verified that the wheel group exists and contains users:
wheel:x:10:cloud-user,admin,bob,newuser,root
It appears the challenge validation is not recognizing the provided correct solution.

