mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +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>
|
=item B<sudoUser>
|
||||||
|
|
||||||
A user name, uid (prefixed with C<'#'>), Unix group (prefixed with
|
A user name, user ID (prefixed with C<'#'>), Unix group (prefixed with
|
||||||
a C<'%'>) or user netgroup (prefixed with a C<'+'>).
|
C<'%'>), Unix group ID (prefixed with C<'%#'>), or user netgroup
|
||||||
|
(prefixed with C<'+'>).
|
||||||
|
|
||||||
=item B<sudoHost>
|
=item B<sudoHost>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user