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:
parent
1c5b326ff6
commit
ffbfd54340
5
check.c
5
check.c
@ -556,7 +556,10 @@ static void check_passwd()
|
|||||||
return;
|
return;
|
||||||
# endif /* HAVE_AFS */
|
# endif /* HAVE_AFS */
|
||||||
# ifdef HAVE_DCE
|
# 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))
|
if (dce_pwent(user_name, pass))
|
||||||
return;
|
return;
|
||||||
# endif /* HAVE_DCE */
|
# endif /* HAVE_DCE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user