Yesterday, I setup Ubuntu 26.04 for using it with the RTX A4000 GPU (I have the impression that Ubuntu is a first-class citizen for machine learning stuff with Nvidia). Today, I spent far too much time to find out why my FreeIPA provisioned account can't `sudo` on this machine.
It's `sudo-rs`. `sudo-rs` can't really sssd, nss or pam or whatever it is that usually tells `sudo` that a user is allowed to `sudo`.
Solution? `sudo update-alternatives --config sudo` and then select the not-`sudo-rs`. (`sudo.ws`).
That's why I usually don't use Ubuntu anymore. Premature usage of immature software.

