From ef7f00e9bd065e6c048aaa3efaa17441ff6a2d6e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Nov 1995 03:30:30 +0000 Subject: [PATCH] first stab at dce support --- check.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.40.0