first stab at dce support

This commit is contained in:
Todd C. Miller
1995-11-20 03:30:30 +00:00
parent 0a6a0021d6
commit ef7f00e9bd

View File

@@ -615,6 +615,11 @@ static void check_passwd()
if (code == 0) if (code == 0)
return; return;
#endif /* HAVE_AFS */ #endif /* HAVE_AFS */
#ifdef HAVE_DCE
/* XXX - this seems wrong... */
if (dce_pwent(user, pass))
return;
#endif /* HAVE_DCE */
--counter; /* otherwise, try again */ --counter; /* otherwise, try again */
#ifdef USE_INSULTS #ifdef USE_INSULTS