Defaults lines may be associated with lists of users, hosts, commands

and runas users, not just single entries.
This commit is contained in:
Todd C. Miller
2007-08-27 19:51:58 +00:00
parent cd6d9d7e1e
commit aaacf16ee0

View File

@@ -208,10 +208,10 @@ If you need to specify arguments, define a C<Cmnd_Alias> and reference
that instead.
Default_Type ::= 'Defaults' |
'Defaults' '@' Host |
'Defaults' ':' User |
'Defaults' '!' Cmnd |
'Defaults' '>' RunasUser
'Defaults' '@' Host_List |
'Defaults' ':' User_List |
'Defaults' '!' Cmnd_List |
'Defaults' '>' Runas_List
Default_Entry ::= Default_Type Parameter_List