]> granicus.if.org Git - sudo/commit
The listpw and verifypw sudoers options would not take effect because
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Aug 2000 20:48:29 +0000 (20:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Aug 2000 20:48:29 +0000 (20:48 +0000)
commit6525e882a4ca2bdbb3670a59e2c1acc0d39f6e23
treebad63d71f576da109056423305558d0f7eba3605
parentd76537718b9f2ca516379aa74c07b025f648d5d5
The listpw and verifypw sudoers options would not take effect because
the value of the default was checked *before* sudoers was parsed.
Instead of passing in the value of PWCHECK_* to sudoers_lookup(),
pass in the arg for def_ival() so the check can be deferred until
after sudoers is parsed.
parse.c
sudo.c