mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
Document that a sudoUser may now be a group ID.
This commit is contained in:
@@ -103,8 +103,9 @@ the following attributes:
|
||||
|
||||
=item B<sudoUser>
|
||||
|
||||
A user name, uid (prefixed with C<'#'>), Unix group (prefixed with
|
||||
a C<'%'>) or user netgroup (prefixed with a C<'+'>).
|
||||
A user name, user ID (prefixed with C<'#'>), Unix group (prefixed with
|
||||
C<'%'>), Unix group ID (prefixed with C<'%#'>), or user netgroup
|
||||
(prefixed with C<'+'>).
|
||||
|
||||
=item B<sudoHost>
|
||||
|
||||
|
Reference in New Issue
Block a user