Go to file
Kristyna Streitova f9a253ec48 Accepting request 630762 from home:mcalabkova:branches:Base:System
- Update to 1.8.24
  * random insults are now more random 
  * added SUDO_CONV_PREFER_TTY flag for conversation function to 
    tell sudo to try writing to /dev/tty first
  * cvtsudoers can now parse base64-encoded attributes in LDIF 
    files

OBS-URL: https://build.opensuse.org/request/show/630762
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=143
2018-08-21 16:07:12 +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
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.8.24.tar.gz Accepting request 630762 from home:mcalabkova:branches:Base:System 2018-08-21 16:07:12 +00:00
sudo-1.8.24.tar.gz.sig Accepting request 630762 from home:mcalabkova:branches:Base:System 2018-08-21 16:07:12 +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 318161 from home:kstreitova:branches:Base:System 2015-07-24 11:38:45 +00:00
sudo.changes Accepting request 630762 from home:mcalabkova:branches:Base:System 2018-08-21 16:07:12 +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 597150 from home:kstreitova:branches:Base:System 2018-04-17 08:06:20 +00:00
sudo.spec Accepting request 630762 from home:mcalabkova:branches:Base:System 2018-08-21 16:07:12 +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'!