Rename sample_group plugin to group_file.

Install group_file and system_group plugins by default.
This commit is contained in:
Todd C. Miller
2013-02-18 15:32:36 -05:00
parent b9159ecb26
commit e07280eeeb
12 changed files with 39 additions and 46 deletions

View File

@@ -1415,7 +1415,7 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS
For example, given _/_e_t_c_/_s_u_d_o_-_g_r_o_u_p, a group file in Unix
group format, the sample group plugin can be used:
Defaults group_plugin="sample_group.so /etc/sudo-group"
Defaults group_plugin="group_file.so /etc/sudo-group"
For more information see sudo_plugin(4).

View File

@@ -2941,7 +2941,7 @@ a group file in Unix group format, the sample group plugin can be used:
.nf
.sp
.RS 0n
Defaults group_plugin="sample_group.so /etc/sudo-group"
Defaults group_plugin="group_file.so /etc/sudo-group"
.RE
.fi
.sp

View File

@@ -2738,7 +2738,7 @@ For example, given
.Pa /etc/sudo-group ,
a group file in Unix group format, the sample group plugin can be used:
.Bd -literal
Defaults group_plugin="sample_group.so /etc/sudo-group"
Defaults group_plugin="group_file.so /etc/sudo-group"
.Ed
.Pp
For more information see