version 1.1, 2013/07/22 00:51:37
|
version 1.1.1.2, 2013/10/14 07:56:34
|
Line 14
|
Line 14
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
.\" |
.\" |
.Dd March 14, 2013 | .Dd August 13, 2013 |
.Dt SUDO @mansectform@ |
.Dt SUDO @mansectform@ |
.Os Sudo @PACKAGE_VERSION@ |
.Os Sudo @PACKAGE_VERSION@ |
.Sh NAME |
.Sh NAME |
Line 107 in the plugin shared object.
|
Line 107 in the plugin shared object.
|
The |
The |
.Em path |
.Em path |
may be fully qualified or relative. |
may be fully qualified or relative. |
If not fully qualified, it is relative to the | If not fully qualified, it is relative to the directory |
.Pa @PLUGINDIR@ | specified by the |
directory. | .Em plugin_dir |
| .Li Path |
| setting, which defaults to |
| .Pa @PLUGINDIR@ . |
In other words: |
In other words: |
.Bd -literal -offset indent |
.Bd -literal -offset indent |
Plugin sudoers_policy sudoers.so |
Plugin sudoers_policy sudoers.so |
Line 204 functionality on systems that support
|
Line 207 functionality on systems that support
|
or its equivalent. |
or its equivalent. |
The default value is: |
The default value is: |
.Pa @noexec_file@ . |
.Pa @noexec_file@ . |
|
.It plugin_dir |
|
The default directory to use when searching for plugins |
|
that are specified without a fully qualified path name. |
|
The default value is |
|
.Pa @PLUGINDIR@ . |
.It sesh |
.It sesh |
The fully-qualified path to the |
The fully-qualified path to the |
.Nm sesh |
.Nm sesh |
Line 327 This setting is only available in
|
Line 335 This setting is only available in
|
version 1.8.7 and higher. |
version 1.8.7 and higher. |
.It max_groups |
.It max_groups |
The maximum number of user groups to retrieve from the group database. |
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. |
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 |
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. |
when the array to be populated with group entries is not sufficiently large. |