From: Todd C. Miller Date: Tue, 30 Aug 2016 20:37:57 +0000 (-0600) Subject: match_group_by_gid is only available in sudo 1.8.18 and above X-Git-Tag: SUDO_1_8_18^2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edcb137f607bf26fb5e2a37820b85102335c2288;p=sudo match_group_by_gid is only available in sudo 1.8.18 and above --- diff --git a/doc/sudoers.cat b/doc/sudoers.cat index af0d954ed..d0904c5e5 100644 --- a/doc/sudoers.cat +++ b/doc/sudoers.cat @@ -1151,6 +1151,9 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS names listed in the _s_u_d_o_e_r_s file, matching by group ID instead of by group name. This flag is _o_f_f by default. + This setting is only supported by version 1.8.18 or + higher. + netgroup_tuple If set, netgroup lookups will be performed using the full netgroup tuple: host name, user name and domain (if one is set). Historically, ssuuddoo only matched the diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 91d981882..1817e6ecc 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -2439,6 +2439,8 @@ file, matching by group ID instead of by group name. This flag is \fIoff\fR by default. +.sp +This setting is only supported by version 1.8.18 or higher. .TP 18n netgroup_tuple If set, netgroup lookups will be performed using the full netgroup diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index 4950480b6..ecf03aece 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -2285,6 +2285,8 @@ file, matching by group ID instead of by group name. This flag is .Em off by default. +.Pp +This setting is only supported by version 1.8.18 or higher. .It netgroup_tuple If set, netgroup lookups will be performed using the full netgroup tuple: host name, user name and domain (if one is set).