From: Todd C. Miller Date: Tue, 5 Dec 1995 23:58:06 +0000 (+0000) Subject: modified a comment X-Git-Tag: SUDO_1_4_0~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffbfd54340f16dee0caf2f663943d72bc6b10fb8;p=sudo modified a comment --- diff --git a/check.c b/check.c index b89d9caad..1cfacebcc 100644 --- a/check.c +++ b/check.c @@ -556,7 +556,10 @@ static void check_passwd() return; # endif /* HAVE_AFS */ # ifdef HAVE_DCE - /* dce_pwent() validates the user's pw as well */ + /* + * consult the DCE registry for password validation + * note that dce_pwent trashes pass upon return... + */ if (dce_pwent(user_name, pass)) return; # endif /* HAVE_DCE */