From: Todd C. Miller Date: Mon, 12 Apr 2010 15:49:48 +0000 (-0400) Subject: Fix typo X-Git-Tag: SUDO_1_7_3~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a03a8d1955689a29fe2efcea0913792ba712bc92;p=sudo Fix typo --HG-- branch : 1.7 --- diff --git a/TODO b/TODO index cd3c55c90..5baf74c45 100644 --- a/TODO +++ b/TODO @@ -191,3 +191,7 @@ TODO list (most will be addressed in sudo 2.0) 66) Add a session mode where sudo allocates a pty and logs everything that occurs ala script(1). Logs should be replayable via scriptreplay.pl. See linux script's -t option for timing info. + +67) Update Active Directory instructions based on Alain Roy's info + +68) Add support for multiple LDAP trees; from Joachim Henke diff --git a/sudoers.cat b/sudoers.cat index b270d3e8d..40b8f30e6 100644 --- a/sudoers.cat +++ b/sudoers.cat @@ -758,7 +758,7 @@ SUDOERS(4) MAINTENANCE COMMANDS SUDOERS(4) passprompt_override The password prompt specified by _p_a_s_s_p_r_o_m_p_t will - normally only be used if the passwod prompt provided by + normally only be used if the password prompt provided by systems such as PAM matches the string "Password:". If _p_a_s_s_p_r_o_m_p_t___o_v_e_r_r_i_d_e is set, _p_a_s_s_p_r_o_m_p_t will always be used. This flag is _o_f_f by default. diff --git a/sudoers.man.in b/sudoers.man.in index 06542f0d6..3a6b38eb0 100644 --- a/sudoers.man.in +++ b/sudoers.man.in @@ -852,7 +852,7 @@ by default. .IP "passprompt_override" 16 .IX Item "passprompt_override" The password prompt specified by \fIpassprompt\fR will normally only -be used if the passwod prompt provided by systems such as \s-1PAM\s0 matches +be used if the password prompt provided by systems such as \s-1PAM\s0 matches the string \*(L"Password:\*(R". If \fIpassprompt_override\fR is set, \fIpassprompt\fR will always be used. This flag is \fIoff\fR by default. .IP "preserve_groups" 16 diff --git a/sudoers.pod b/sudoers.pod index 3dce776b1..88060d45e 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -740,7 +740,7 @@ by default. =item passprompt_override The password prompt specified by I will normally only -be used if the passwod prompt provided by systems such as PAM matches +be used if the password prompt provided by systems such as PAM matches the string "Password:". If I is set, I will always be used. This flag is I by default.