]> granicus.if.org Git - sudo/commitdiff
dce_pwent() is ok after all
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Nov 1995 03:22:00 +0000 (03:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Nov 1995 03:22:00 +0000 (03:22 +0000)
.,

check.c

diff --git a/check.c b/check.c
index 8c4dab51e90448f584d4f0204d43c7403808930c..25459f24b3dc5ec3ae2140aa27d434e862f9642c 100644 (file)
--- a/check.c
+++ b/check.c
@@ -544,7 +544,7 @@ static void check_passwd()
            return;
 #endif /* HAVE_AFS */
 #ifdef HAVE_DCE
-       /* XXX - this seems wrong... */
+       /* dce_pwent() validates the user's pw as well */
        if (dce_pwent(user_name, pass))
            return;
 #endif /* HAVE_DCE */