]> granicus.if.org Git - sudo/commitdiff
pasto
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 11 Jul 1999 20:10:00 +0000 (20:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 11 Jul 1999 20:10:00 +0000 (20:10 +0000)
auth/sudo_auth.h

index 7870f841228d291cd1f054789110f1496730e831..ffaf098a2451e2a24a057ecbbf277337c0e55661 100644 (file)
@@ -47,7 +47,7 @@ int kerb5_verify __P((struct passwd *pw, char *pass, void **data));
 /* Some methods cannots (or should not) interoperate with any others */
 #if defined(HAVE_PAM)
 #  define AUTH_STANDALONE \
-       AUTH_ENTRY(1, "pam", pam_setup, passwd_verify, pam_cleanup)
+       AUTH_ENTRY(1, "pam", pam_setup, pam_verify, pam_cleanup)
 #elif defined(HAVE_SECURID)
 #  define AUTH_STANDALONE \
        AUTH_ENTRY(1, "SecurId", securid_setup, securid_verify, NULL)