2
0
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:
Todd C. Miller
2011-11-29 16:37:01 -05:00
parent b12b4fdc7b
commit 3b2998d554

View File

@@ -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>