mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
modified a comment
This commit is contained in:
5
check.c
5
check.c
@@ -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 */
|
||||
|
Reference in New Issue
Block a user