Go to file
Stephan Kulow 8bde0fcc0b Accepting request 108650 from Base:System
- update to 1.8.4p2
  Some of the changes:
  * The -D flag in sudo has been replaced with a more general
    debugging framework that is configured in sudo.conf.
  * Fixed a crash with sudo -i when a runas group was specified
    without a runas user.
  * New Serbian and Spanish translations for sudo from translationproject.org.
    LDAP-based sudoers may now access by group ID in addition to group name.
  * visudo will now fix the mode on the sudoers file even if no
    changes are made unless the -f option is specified.
  * On systems that use login.conf, sudo -i now sets environment
    variables based on login.conf
  * values in the LDAP search expression are now escaped as per RFC 4515
  * The deprecated "noexec_file" sudoers option is no longer supported.
  * Fixed a race condition when I/O logging is not enabled that could
    result in tty-generated signals (e.g. control-C) being received
    by the command twice.
  * visudo -c will now list any include files that were checked in
    addition to the main sudoers file when everything parses OK.
  * Users that only have read-only access to the sudoers file may
    now run visudo -c. Previously, write permissions were required
    even though no writing is down in check-only mode.

OBS-URL: https://build.opensuse.org/request/show/108650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=46
2012-03-09 20:28:11 +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
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.3p1-sesh-cflags.patch Accepting request 108646 from home:vitezslav_cizek:branches:Base:System 2012-03-09 15:02:22 +00:00
sudo-1.8.4p2.tar.gz Accepting request 108646 from home:vitezslav_cizek:branches:Base:System 2012-03-09 15:02:22 +00:00
sudo-sudoers.patch Accepting request 64993 from home:puzel:staging 2011-03-23 12:45:03 +00:00
sudo.changes Accepting request 108646 from home:vitezslav_cizek:branches:Base:System 2012-03-09 15:02:22 +00:00
sudo.pamd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=21 2009-07-16 14:55:46 +00:00
sudo.spec Accepting request 108646 from home:vitezslav_cizek:branches:Base:System 2012-03-09 15:02:22 +00:00
sudoers2ldif-env.patch Accepting request 64993 from home:puzel:staging 2011-03-23 12:45:03 +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'!