Weird Solaris sudo problem (with solution)

Todd C. Miller Todd.Miller at courtesan.com
Wed Dec 13 17:50:53 EST 2000


Well, you should be able to work around the problem by turning
off the password timeout.  When building sudo, specify the

    --with-password-timeout=0

flag to configure.  On newer versions of sudo you can set this
at run time by putting the following in your sudoers file.

    defaults passwd_timeout=0

 - todd



More information about the sudo-users mailing list