svn commit: r49147 - head/en_US.ISO8859-1/books/handbook/security

Benjamin Kaduk bjk at FreeBSD.org
Fri Jul 22 19:17:22 UTC 2016


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 at 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">


More information about the svn-doc-all mailing list