2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

The group named by exempt_group should not have a % prefix.

This commit is contained in:
Todd C. Miller 2011-06-03 10:09:10 -04:00
parent 977dfd3165
commit f77403d061

View File

@ -1369,6 +1369,7 @@ as I<env_keep> and I<env_check>.
=item exempt_group =item exempt_group
Users in this group are exempt from password and PATH requirements. Users in this group are exempt from password and PATH requirements.
The group name specified should not include a C<%> prefix.
This is not set by default. This is not set by default.
=item group_plugin =item group_plugin