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. that instead.
Default_Type ::= 'Defaults' | Default_Type ::= 'Defaults' |
'Defaults' '@' Host | 'Defaults' '@' Host_List |
'Defaults' ':' User | 'Defaults' ':' User_List |
'Defaults' '!' Cmnd | 'Defaults' '!' Cmnd_List |
'Defaults' '>' RunasUser 'Defaults' '>' Runas_List
Default_Entry ::= Default_Type Parameter_List Default_Entry ::= Default_Type Parameter_List