2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

modified a comment

This commit is contained in:
Todd C. Miller 1995-12-05 23:58:06 +00:00
parent 1c5b326ff6
commit ffbfd54340

View File

@ -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 */