Project

General

Profile

Bug #14381

Updated by Alexis Mousset about 5 years ago

Hello Rudder,  

 During my testing yesterday we attempted to allow a user on our staging server to execute passwordless sudo and all commands, but we found that when you enable the following options in the directive: 

 * 


 Allow the entity to execute the given commands without entering his password (true) 
 * Allow the entity to execute all commands (true) 
 * Commands allowed to this entity - Optional (EMPTY) 

 The sudeors sudeos file results in the following: 

 <pre> 
 



 #includedir /etc/sudoers.d 
 # begin_section_user 
 user 	 ALL=(ALL) ALL 
 </pre> 

 This does allow the user to execute sudo commands but prompts for a password our goal would be to allow all sudo commands on staging without entering a password. 

 Thank you!

Back