On Thursday 31 December 2015 16.49:38 Greg Madden wrote:
another way to manage sudo users is with
'visudo' as root.
Greg
Visudo was the way to go, but this way:
- comment out the sudo line
- add
Defaults targetpw
ALL ALL=(ALL) ALL
This way it seems the programs tyke the root password.
Thierry