|
Bugzilla – Full Text Bug Listing |
| Summary: | sudo no longer works after latest snapshot | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Aeon | Reporter: | Dan Yeaw <dan> |
| Component: | Base | Assignee: | Richard Brown <rbrown> |
| Status: | RESOLVED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dan |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dan Yeaw
2023-10-01 16:04:30 UTC
According your terminal output the user password is required and not the root one... [sudo] password for user: Hi Hui, that is a good catch, my user password does login correctly. However, this is a change in functionality. If I roll back to a previous release, it asks for my root password. Also if I `sudo visudo`, it is set up as: ``` Defaults targetpw # ask for the password of the target user i.e. root ALL ALL=(ALL) ALL # WARNING! Only use this together with 'Defaults targetpw'! ``` In this configuration, it should ask for the root password. sudo is working just fine visudo is ignoring drop-in configurations, but Aeon has one, which removes targetpw for users in the wheel group and the user made by gnome-initial-setup is in the wheel group this report seems to confirm we can go ahead and lock/disable root on fresh installs now, as requested in https://bugzilla.opensuse.org/show_bug.cgi?id=1213159 Thanks! |