]> granicus.if.org Git - sudo/commitdiff
DCE is not a standalone method
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Aug 1999 17:46:54 +0000 (17:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Aug 1999 17:46:54 +0000 (17:46 +0000)
auth/sudo_auth.c
auth/sudo_auth.h

index ff14ec7c8968622474014f9ee70c46d0a53d3124..2e9e562f0abc76b5ecb15cb354176d3fefee328d 100644 (file)
@@ -73,6 +73,9 @@ sudo_auth auth_switch[] = {
 #  ifdef HAVE_AFS
     AUTH_ENTRY(0, "afs", NULL, NULL, afs_verify, NULL)
 #  endif
+#  ifdef HAVE_DCE
+    AUTH_ENTRY(0, "dce", NULL, NULL, dce_verify, NULL)
+#  endif
 #  ifdef HAVE_KERB4
     AUTH_ENTRY(0, "kerb4", kerb4_init, NULL, kerb4_verify, NULL)
 #  endif
index 284034ba0fa97711d8ea83396589ead36654cec6..14f578ca578fe6783784ddf9f9edb129d1df4382 100644 (file)
@@ -109,10 +109,6 @@ int securid_verify __P((struct passwd *pw, char *pass, sudo_auth *auth));
 #  define AUTH_STANDALONE \
        AUTH_ENTRY(0, "sia", \
            NULL, sia_setup, sia_verify, sia_cleanup)
-#elif defined(HAVE_DCE)
-#  define AUTH_STANDALONE \
-       AUTH_ENTRY(0, "dce", \
-           NULL, NULL, dce_verify, NULL)
 #elif defined(HAVE_AUTHENTICATE)
 #  define AUTH_STANDALONE \
        AUTH_ENTRY(0, "aixauth", \