Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2016 19:17:21 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49147 - head/en_US.ISO8859-1/books/handbook/security
Message-ID:  <201607221917.u6MJHLrK033072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk
Date: Fri Jul 22 19:17:21 2016
New Revision: 49147
URL: https://svnweb.freebsd.org/changeset/doc/49147

Log:
  Spell NOPASSWD properly for sudo
  
  Reported by:	Daniel Li <dan@danielyli.com>

Modified:
  head/en_US.ISO8859-1/books/handbook/security/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Fri Jul 22 14:07:46 2016	(r49146)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Fri Jul 22 19:17:21 2016	(r49147)
@@ -4044,13 +4044,13 @@ jail:httpd:memoryuse:deny=2G/jail</progr
       <para>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.  <application>Sudo</application>
-	provides for these cases with the <literal>NOPASSWORD</literal>
+	provides for these cases with the <literal>NOPASSWD</literal>
 	variable.  Adding it to the configuration above
 	will allow all members of the <replaceable>webteam</replaceable>
 	group to manage the service without the password
 	requirement:</para>
 
-      <programlisting>%webteam   ALL=(ALL)       NOPASSWORD: /usr/sbin/service webservice *</programlisting>
+      <programlisting>%webteam   ALL=(ALL)       NOPASSWD: /usr/sbin/service webservice *</programlisting>
     </tip>
 
     <sect2 xml:id="security-sudo-loggin">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607221917.u6MJHLrK033072>