Go to file
Otto Hollmann 70fb575b0f Accepting request 1136064 from home:ohollmann:branches:Base:System
- Update to 1.9.15p5:
  * Fixed evaluation of the lecture, listpw, verifypw, and fdexec sudoers
    Defaults settings when used without an explicit value. Previously, if
    specified without a value they were evaluated as boolean false, even when
    the negation operator ('!') was not present.
  * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP netgroup queries
    using the NETGROUP_BASE setting from being performed.
  * Sudo will now transparently rename a user's lecture file from the older
    name-based path to the newer user-ID-based path. GitHub issue #342.
  * Fixed a bug introduced in sudo 1.9.15 that could cause a memory allocation
    failure if sysconf(_SC_LOGIN_NAME_MAX) fails. Bug #1066.

OBS-URL: https://build.opensuse.org/request/show/1136064
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=251
2024-01-02 07:33:29 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=1 2007-01-15 23:38:14 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=1 2007-01-15 23:38:14 +00:00
50-wheel-auth-self.conf Accepting request 1114961 from home:ohollmann:branches:Remove-targetpw 2023-10-03 12:11:35 +00:00
51-wheel.rules Accepting request 1114961 from home:ohollmann:branches:Remove-targetpw 2023-10-03 12:11:35 +00:00
fate_313276_test.sh Accepting request 215868 from home:vitezslav_cizek:branches:Base:System 2014-02-02 18:13:19 +00:00
README_313276.test Accepting request 215868 from home:vitezslav_cizek:branches:Base:System 2014-02-02 18:13:19 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=1 2007-01-15 23:38:14 +00:00
sudo-1.9.15p5.tar.gz Accepting request 1136064 from home:ohollmann:branches:Base:System 2024-01-02 07:33:29 +00:00
sudo-1.9.15p5.tar.gz.sig Accepting request 1136064 from home:ohollmann:branches:Base:System 2024-01-02 07:33:29 +00:00
sudo-i.pamd Accepting request 597150 from home:kstreitova:branches:Base:System 2018-04-17 08:06:20 +00:00
sudo-sudoers.patch Accepting request 1128140 from home:ohollmann:branches:Base:System 2023-11-23 07:21:18 +00:00
sudo.changes Accepting request 1136064 from home:ohollmann:branches:Base:System 2024-01-02 07:33:29 +00:00
sudo.keyring Accepting request 576059 from home:kstreitova:branches:Base:System 2018-02-13 12:26:57 +00:00
sudo.pamd Accepting request 1077512 from home:mkoutny:pam-nl 2023-04-06 13:54:53 +00:00
sudo.spec Accepting request 1136064 from home:ohollmann:branches:Base:System 2024-01-02 07:33:29 +00:00
system-group-sudo.conf Accepting request 1114961 from home:ohollmann:branches:Remove-targetpw 2023-10-03 12:11:35 +00:00

In the default (ie unconfigured) configuration sudo asks for root password.
This allows to use an ordinary user account for administration of a freshly
installed system. When configuring sudo, please make sure to delete the two
following lines:

Defaults targetpw    # ask for the password of the target user i.e. root
%users ALL=(ALL) ALL # WARNING! Only use this together with 'Defaults targetpw'!