Comment 12 for bug 2068729

Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

Real,

Is there more steps you took to configure the system? I'm not able to reproduce the issue. Here's the steps I took to attempt a reproduction.

$ lxc launch ubuntu:noble n
$ lxc shell n
# apt update -y && apt upgrade -y
# echo "auth sufficient pam_radius_auth.so" >> /etc/pam.d/sudo
# echo "user ALL=(ALL:ALL) ALL" > /etc/sudoers.d/support
# sudo true