From bc25d49a62844d7b1d88e565b791d70868875013 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Fri, 22 Jul 2016 19:17:21 +0000 Subject: [PATCH] Spell NOPASSWD properly for sudo Reported by: Daniel Li --- en_US.ISO8859-1/books/handbook/security/chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.xml b/en_US.ISO8859-1/books/handbook/security/chapter.xml index 9dcc76a419..c704895a99 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.xml @@ -4044,13 +4044,13 @@ jail:httpd:memoryuse:deny=2G/jail Most organizations are moving or have moved toward a two factor authentication model. In these cases, the user may not have a password to enter. Sudo - provides for these cases with the NOPASSWORD + provides for these cases with the NOPASSWD variable. Adding it to the configuration above will allow all members of the webteam group to manage the service without the password requirement: - %webteam ALL=(ALL) NOPASSWORD: /usr/sbin/service webservice * + %webteam ALL=(ALL) NOPASSWD: /usr/sbin/service webservice *