--- embedaddon/sudo/doc/sudo.conf.man.in 2013/07/22 10:46:11 1.1.1.1 +++ embedaddon/sudo/doc/sudo.conf.man.in 2013/10/14 07:56:34 1.1.1.2 @@ -16,7 +16,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH "SUDO" "5" "March 14, 2013" "Sudo @PACKAGE_VERSION@" "OpenBSD Programmer's Manual" +.TH "SUDO" "5" "August 13, 2013" "Sudo @PACKAGE_VERSION@" "OpenBSD Programmer's Manual" .nh .if n .ad l .SH "NAME" @@ -111,9 +111,12 @@ in the plugin shared object. The \fIpath\fR may be fully qualified or relative. -If not fully qualified, it is relative to the -\fI@PLUGINDIR@\fR -directory. +If not fully qualified, it is relative to the directory +specified by the +\fIplugin_dir\fR +\fRPath\fR +setting, which defaults to +\fI@PLUGINDIR@\fR. In other words: .nf .sp @@ -225,6 +228,12 @@ or its equivalent. The default value is: \fI@noexec_file@\fR. .TP 10n +plugin_dir +The default directory to use when searching for plugins +that are specified without a fully qualified path name. +The default value is +\fI@PLUGINDIR@\fR. +.TP 10n sesh The fully-qualified path to the \fBsesh\fR @@ -367,6 +376,7 @@ version 1.8.7 and higher. .TP 10n max_groups The maximum number of user groups to retrieve from the group database. +Values less than one will be ignored. This setting is only used when querying the group database directly. It is intended to be used on systems where it is not possible to detect when the array to be populated with group entries is not sufficiently large.