DCE is not a standalone method

This commit is contained in:
Todd C. Miller
1999-08-27 17:46:54 +00:00
parent 79faf00e5d
commit 017a9a0ad6
2 changed files with 3 additions and 4 deletions

View 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", \