]> granicus.if.org Git - sudo/commitdiff
modified a comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 5 Dec 1995 23:58:06 +0000 (23:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 5 Dec 1995 23:58:06 +0000 (23:58 +0000)
check.c

diff --git a/check.c b/check.c
index b89d9caad0f2167d7986ab63d4616314d7d5c215..1cfacebccf73b59d1e1886b11063855727af375f 100644 (file)
--- a/check.c
+++ b/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 */