]> granicus.if.org Git - sudo/commitdiff
The '@' character does not normally need to be quoted.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Mar 2011 20:44:41 +0000 (16:44 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Mar 2011 20:44:41 +0000 (16:44 -0400)
--HG--
branch : 1.7

sudoers.pod

index 65b0bb3921897db030db8bf7d60ba45752ed905f..76a83892c104c1befcb08721f59467a249063526 100644 (file)
@@ -148,8 +148,10 @@ Group SID: "S-1-2-34-5678901234-5678901234-5678901234-567"
 
 =back
 
-Note that quotes around group names are optional.  Unquoted strings must
-use a backslash (\) to escape spaces and the '@' symbol.
+Note that quotes around group names are optional.  Unquoted strings
+must use a backslash (\) to escape spaces and special characters.
+See L<"Other special characters and reserved words"> for a list of
+characters that need to be escaped.
 
  Runas_List ::= Runas_Member |
                Runas_Member ',' Runas_List
@@ -602,7 +604,7 @@ characters in a I<User Specification> ('=', ':', '(', ')') is optional.
 
 The following characters must be escaped with a backslash ('\') when
 used as part of a word (e.g.E<nbsp>a user name or host name):
-'@', '!', '=', ':', ',', '(', ')', '\'.
+'!', '=', ':', ',', '(', ')', '\'.
 
 =head1 SUDOERS OPTIONS