Imported Upstream version 1.8.5
[debian/sudo] / doc / sudo.cat
index b01a63d1259c7da960898a9651c4ca507edff9ee..c32092beee90009637cb04e207d0237298cf6377 100644 (file)
@@ -326,9 +326,9 @@ P\bPL\bLU\bUG\bGI\bIN\bNS\bS
         # Default /etc/sudo.conf file
         #
         # Format:
-        #   Plugin plugin_name plugin_path
+        #   Plugin plugin_name plugin_path plugin_options ...
         #   Path askpass /path/to/askpass
-        #   Path noexec /path/to/noexec.so
+        #   Path noexec /path/to/sudo_noexec.so
         #   Debug sudo /var/log/sudo_debug all@warn
         #   Set disable_coredump true
         #
@@ -336,6 +336,7 @@ P\bPL\bLU\bUG\bGI\bIN\bNS\bS
         #   fully qualified.
         # The plugin_name corresponds to a global symbol in the plugin
         #   that contains the plugin interface structure.
+        # The plugin_options are optional.
         #
         Plugin policy_plugin sudoers.so
         Plugin io_plugin sudoers.so
@@ -346,8 +347,8 @@ P\bPL\bLU\bUG\bGI\bIN\bNS\bS
        io_plugin in the plugin shared object.  The _\bp_\ba_\bt_\bh may be fully qualified
        or relative.  If not fully qualified it is relative to the
        _\b/_\bu_\bs_\br_\b/_\bl_\bo_\bc_\ba_\bl_\b/_\bl_\bi_\bb_\be_\bx_\be_\bc directory.  Any additional parameters after the _\bp_\ba_\bt_\bh
-       are ignored.  Lines that don't begin with Plugin or Path are silently
-       ignored
+       are passed as arguments to the plugin's _\bo_\bp_\be_\bn function.  Lines that
+       don't begin with Plugin, Path, Debug or Set are silently ignored.
 
        For more information, see the _\bs_\bu_\bd_\bo_\b__\bp_\bl_\bu_\bg_\bi_\bn(1m) manual.
 
@@ -623,4 +624,4 @@ D\bDI\bIS\bSC\bCL\bLA\bAI\bIM\bME\bER\bR
 
 
 
-1.8.4                          February  5, 2012                      SUDO(1m)
+1.8.5                           March 15, 2012                        SUDO(1m)