Unless it is disabled at build time, B<sudo> consults the Name
Service Switch file, F<@nsswitch_conf@>, to specify the I<sudoers>
-search order. Sudo looks for a line beginning with C<sudoers:> and
+search order. Sudo looks for a line beginning with C<sudoers>: and
uses this to determine the search order. Note that B<sudo> does
not stop searching after the first match and later matches take
precedence over earlier ones.
and user Defaults first, then runas Defaults and finally command
defaults.
-See L</"SUDOERS OPTIONS"> for a list of supported Defaults parameters.
+See L<"SUDOERS OPTIONS"> for a list of supported Defaults parameters.
=head2 User Specification
one will be F</etc/sudoers.local>. To include F</etc/sudoers.local>
from within F</etc/sudoers> we would use the following line in F</etc/sudoers>:
- #include /etc/sudoers.local
+=over 4
+
+C<#include /etc/sudoers.local>
+
+=back
When B<sudo> reaches this line it will suspend processing of the
current file (F</etc/sudoers>) and switch to F</etc/sudoers.local>.