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 *