- Newest
- Most votes
- Most comments
Hello,
I understand that you are experiencing issue while performing sudo for specific user.
I would request you to check the sssd configuration and consider disabling implicit files domain for id_provider = files if not already done. Please modify the below parameter in the /etc/sssd/sssd.conf:
enable_files_domain=False
Once the above changes are done. Please restart sssd, make sure to clear the cache while performing the operation and verify sudo access.
However if you still experience issues after making the changes, you may consider checking the below commands/logs to troubleshoot further:
$ id username $ getent passwd username
logs: /var/log/messages /var/log/secure sssd logs
You may also consider enabling debug logs on the sssd to get more clues on the issue.
Relevant content
- Accepted Answerasked a year ago
- asked 6 years ago
- AWS OFFICIALUpdated 19 days ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago