I've set up SSSD on one of our Linux VMs and added an AD group to the sudoers file. That works fine. The issue I'm having is I have another user who is not in the group that needs sudo access.
I added %firstname.lastname ALL=(ALL:ALL) ALL to the bottom of the sudoers file but when he trys he gets an error saying he's not in the file.
Any ideas?