From: Todd C. Miller Date: Mon, 20 Nov 1995 03:30:30 +0000 (+0000) Subject: first stab at dce support X-Git-Tag: SUDO_1_4_0~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef7f00e9bd065e6c048aaa3efaa17441ff6a2d6e;p=sudo first stab at dce support --- diff --git a/check.c b/check.c index 86f1f32cd..8ccd27d0d 100644 --- a/check.c +++ b/check.c @@ -615,6 +615,11 @@ static void check_passwd() if (code == 0) return; #endif /* HAVE_AFS */ +#ifdef HAVE_DCE + /* XXX - this seems wrong... */ + if (dce_pwent(user, pass)) + return; +#endif /* HAVE_DCE */ --counter; /* otherwise, try again */ #ifdef USE_INSULTS