File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1818.\"
1919.nr SL @SEMAN@
20- .TH "SUDO.CONF" "@mansectform@" "November 4 , 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
20+ .TH "SUDO.CONF" "@mansectform@" "November 6 , 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
2121.nh
2222.if n .ad l
2323.SH "NAME"
@@ -153,6 +153,13 @@ Plugin sudoers_policy @sudoers_plugin@
153153.RE
154154.fi
155155.PP
156+ On AIX systems, the plugin may be either a shared object
157+ ending in
158+ \(oq .so\(cq
159+ or an archive file containing a shared object ending in
160+ \(oq .a\(cq
161+ with the name of the shared object in parentheses at the end.
162+ .PP
156163Starting with
157164\fB sudo \fR
1581651.8.5, any additional parameters after the
@@ -577,6 +584,17 @@ but a third-party plugin is free to use a different format so long
577584as it does not include a comma
578585(\(oq \& ,\(cq ).
579586.PP
587+ On AIX systems, a
588+ \fI Debug \fR
589+ line will match a plugin specified as either the name of an
590+ SVR4-style shared object file ending in
591+ \(oq .so\(cq ,
592+ an archive file ending in
593+ \(oq .a\(cq ,
594+ or an archive file ending in
595+ \(oq .a\(cq
596+ with the name of the shared object in parentheses.
597+ .PP
580598Examples:
581599.nf
582600.sp
Original file line number Diff line number Diff line change 1616.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1717.\"
1818.nr SL @SEMAN@
19- .Dd November 4 , 2023
19+ .Dd November 6 , 2023
2020.Dt SUDO.CONF @mansectform@
2121.Os Sudo @PACKAGE_VERSION@
2222.Sh NAME
@@ -141,6 +141,13 @@ For example:
141141Plugin sudoers_policy @sudoers_plugin@
142142.Ed
143143.Pp
144+ On AIX systems, the plugin may be either a shared object
145+ ending in
146+ .Ql .so
147+ or an archive file containing a shared object ending in
148+ .Ql .a
149+ with the name of the shared object in parentheses at the end.
150+ .Pp
144151Starting with
145152.Nm sudo
1461531.8.5, any additional parameters after the
@@ -533,6 +540,17 @@ but a third-party plugin is free to use a different format so long
533540as it does not include a comma
534541.Pq Ql \& , .
535542.Pp
543+ On AIX systems, a
544+ .Em Debug
545+ line will match a plugin specified as either the name of an
546+ SVR4-style shared object file ending in
547+ .Ql .so ,
548+ an archive file ending in
549+ .Ql .a ,
550+ or an archive file ending in
551+ .Ql .a
552+ with the name of the shared object in parentheses.
553+ .Pp
536554Examples:
537555.Bd -literal -offset 4n
538556Debug sudo @log_dir@/sudo_debug all@warn,plugin@info
Original file line number Diff line number Diff line change 2525.nr BA @BAMAN@
2626.nr LC @LCMAN@
2727.nr PS @PSMAN@
28- .TH "SUDOERS" "@mansectform@" "September 28 , 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
28+ .TH "SUDOERS" "@mansectform@" "November 6 , 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
2929.nh
3030.if n .ad l
3131.SH "NAME"
@@ -5247,6 +5247,13 @@ before the file extension;
52475247becomes
52485248\fI group_plugin64.so \fR .
52495249.sp
5250+ On AIX systems, the plugin may be either a shared object
5251+ ending in
5252+ \(oq .so\(cq
5253+ or an archive file containing a shared object ending in
5254+ \(oq .a\(cq
5255+ with the name of the shared object in parentheses at the end.
5256+ .sp
52505257For more information see
52515258\fI GROUP PROVIDER PLUGINS \fR .
52525259.TP 14n
Original file line number Diff line number Diff line change 2525.nr BA @BAMAN@
2626.nr LC @LCMAN@
2727.nr PS @PSMAN@
28- .Dd September 28 , 2023
28+ .Dd November 6 , 2023
2929.Dt SUDOERS @mansectform@
3030.Os Sudo @PACKAGE_VERSION@
3131.Sh NAME
@@ -2355,7 +2355,7 @@ to include the file
23552355.Pa /etc/sudoers.xerxes .
23562356Any path name separator characters
23572357.Pq Ql /
2358- present in the host name will be replaced with an underbar
2358+ present in the host name will be replaced with an underbar
23592359.Pq Ql _
23602360during expansion.
23612361.Pp
@@ -4422,7 +4422,7 @@ should be used.
44224422.Pp
44234423Any path name separator characters
44244424.Pq Ql /
4425- present in the user, group or host name will be replaced with an underbar
4425+ present in the user, group or host name will be replaced with an underbar
44264426.Pq Ql _
44274427during expansion.
44284428.It iolog_file
@@ -4943,6 +4943,13 @@ before the file extension;
49434943becomes
49444944.Pa group_plugin64.so .
49454945.Pp
4946+ On AIX systems, the plugin may be either a shared object
4947+ ending in
4948+ .Ql .so
4949+ or an archive file containing a shared object ending in
4950+ .Ql .a
4951+ with the name of the shared object in parentheses at the end.
4952+ .Pp
49464953For more information see
49474954.Sx " GROUP PROVIDER PLUGINS" .
49484955.It lecture
You can’t perform that action at this time.
0 commit comments