Bug#982160: sudo does not honour "NOPASSWD" directive

2022-04-17 Thread Wolfgang Sourdeau
Hi Marc, This problem no longer seems to occur, whenever the user is in group "sudo" or not. I think this bug report can be closed. Thank you! Le 2022-03-14 15:52, Marc Haber a écrit : Control: outlook -1 close 2021-04-30 thanks On Wed, Feb 02, 2022 at 12:40:47PM +0100, Marc Haber wrote:

Bug#982160: sudo does not honour "NOPASSWD" directive

2022-03-14 Thread Marc Haber
Control: outlook -1 close 2021-04-30 thanks On Wed, Feb 02, 2022 at 12:40:47PM +0100, Marc Haber wrote: > Is your user in group sudo? If so, this is a case of #116705. No answer to this question was received. Will close the bug by the end of April 2022. Greetings Marc

Bug#982160: sudo does not honour "NOPASSWD" directive

2022-02-02 Thread Marc Haber
Control: tags -1 unreproducible moreinfo On Mon, Feb 08, 2021 at 11:13:41AM -0500, Wolfgang Sourdeau wrote: > It still asks me for a password this way too. I am wondering if this is > related to pam but I don't know how to check that. > > Le 2021-02-08 00:46, Bdale Garbee a écrit : > > Wolfgang

Bug#982160: sudo does not honour "NOPASSWD" directive

2021-02-08 Thread Wolfgang Sourdeau
It still asks me for a password this way too. I am wondering if this is related to pam but I don't know how to check that. Le 2021-02-08 00:46, Bdale Garbee a écrit : Wolfgang Sourdeau writes: [myuser] ALL=(ALL) NOPASSWD: ALL Try [myuser] ALL=(ALL:ALL) NOPASSWD: ALL Bdale

Bug#982160: sudo does not honour "NOPASSWD" directive

2021-02-07 Thread Bdale Garbee
Wolfgang Sourdeau writes: > [myuser] ALL=(ALL) NOPASSWD: ALL Try [myuser] ALL=(ALL:ALL) NOPASSWD: ALL Bdale signature.asc Description: PGP signature

Bug#982160: sudo does not honour "NOPASSWD" directive

2021-02-06 Thread Wolfgang Sourdeau
Package: sudo Version: 1.9.3p1-1 Severity: normal Dear Maintainer, I have configured sudoers with this line: [myuser] ALL=(ALL) NOPASSWD: ALL However, everytime [myuser] executes sudo, a password is still requested, no matter the command used, no matter whether I use the "-i" flag or not.