first stab at dce support
This commit is contained in:
5
check.c
5
check.c
@@ -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
|
||||||
|
Reference in New Issue
Block a user