Hide Forgot
Description of problem: If user uses locale like cs_CZ.UTF-8 and sudo is configred to use passwd_timeout to seconds, like 0.1 = 6s. sudo command uses user's locale to parse this number and prints error message. Version-Release number of selected component (if applicable): sudo-1.8.6p3-19.el6 How reproducible: 100% Steps to Reproduce: 1. # echo "Defaults passwd_timeout = 0.1" >> /etc/sudoers 2. $ LANG=cs_CZ.UTF-8 sudo bash Actual results: $ LANG=cs_CZ.UTF-8 sudo bash sudo: value `0.1' is invalid for option `passwd_timeout' [sudo] password for test: Expected results: $ LANG=cs_CZ.UTF-8 sudo bash [sudo] password for test:
Created attachment 1181472 [details] Sudoers-locale patch The patch for rhel is diffrent from the upstream version.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0704.html