Describe the bug
So far we use /etc/security/group.conf to map AD users and groups to the local sudo group. This worked with the original sudo implementation but not with sudo.rs
To Reproduce
Steps to reproduce the behavior:
- Enable pam_groups
- Map user $testuser to sudo group via /etc/security/group.conf
- Start new session as user $testuser
- run sudo command, e.g
sudo -i
Observed behavior
$ sudo -i
sudo: I'm sorry $testuser. I'm afraid I can't do that
Expected behavior
sudo should ask for password
Environment (please complete the following information):
- Linux distribution: [Ubuntu 26.04]
sudo-rs version [sudo-rs 0.2.13-0ubuntu1]
Additional context
Describe the bug
So far we use /etc/security/group.conf to map AD users and groups to the local sudo group. This worked with the original sudo implementation but not with sudo.rs
To Reproduce
Steps to reproduce the behavior:
sudo -iObserved behavior
Expected behavior
sudo should ask for password
Environment (please complete the following information):
sudo-rsversion [sudo-rs 0.2.13-0ubuntu1]Additional context