From ce67f22495d255f557007df1732a11cf6adf152a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 8 Oct 2008 21:09:07 +0000 Subject: [PATCH] document sudoers_locale --- sudoers.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sudoers.pod b/sudoers.pod index 55cff0f0c..671bd2a89 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -901,6 +901,12 @@ Defaults to C<@badpri@>. Syslog priority to use when user authenticates successfully. Defaults to C<@goodpri@>. +=item sudoers_locale + +Locale to use when parsing the sudoers file. Note that changing +the locale may affect how sudoers is interpreted. +Defaults to C<"C">. + =item timestampdir The directory in which B stores its timestamp files.