From 836d04019d0b0d50019f3722e30a470fa5b097bb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 24 Aug 2007 18:19:19 +0000 Subject: [PATCH] mention #uid vs. comment pitfall --- UPGRADE | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE b/UPGRADE index 5d8591fa2..3db01070b 100644 --- a/UPGRADE +++ b/UPGRADE @@ -1,6 +1,12 @@ Notes on upgrading from an older release ======================================== +o Upgrading from a version prior to 1.7.0: + + Starting with sudo 1.7.0 comments in the sudoers file must not + have a digit or minus sign immediately after the comment character + ('#'). Otherwise, the comment may be interpreted as a user ID. + o Upgrading from a version prior to 1.6.9: Starting with sudo 1.6.9, if an OS supports a modular authentication -- 2.50.1