DCE is not a standalone method
This commit is contained in:
@@ -73,6 +73,9 @@ sudo_auth auth_switch[] = {
|
|||||||
# ifdef HAVE_AFS
|
# ifdef HAVE_AFS
|
||||||
AUTH_ENTRY(0, "afs", NULL, NULL, afs_verify, NULL)
|
AUTH_ENTRY(0, "afs", NULL, NULL, afs_verify, NULL)
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef HAVE_DCE
|
||||||
|
AUTH_ENTRY(0, "dce", NULL, NULL, dce_verify, NULL)
|
||||||
|
# endif
|
||||||
# ifdef HAVE_KERB4
|
# ifdef HAVE_KERB4
|
||||||
AUTH_ENTRY(0, "kerb4", kerb4_init, NULL, kerb4_verify, NULL)
|
AUTH_ENTRY(0, "kerb4", kerb4_init, NULL, kerb4_verify, NULL)
|
||||||
# endif
|
# endif
|
||||||
|
@@ -109,10 +109,6 @@ int securid_verify __P((struct passwd *pw, char *pass, sudo_auth *auth));
|
|||||||
# define AUTH_STANDALONE \
|
# define AUTH_STANDALONE \
|
||||||
AUTH_ENTRY(0, "sia", \
|
AUTH_ENTRY(0, "sia", \
|
||||||
NULL, sia_setup, sia_verify, sia_cleanup)
|
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)
|
#elif defined(HAVE_AUTHENTICATE)
|
||||||
# define AUTH_STANDALONE \
|
# define AUTH_STANDALONE \
|
||||||
AUTH_ENTRY(0, "aixauth", \
|
AUTH_ENTRY(0, "aixauth", \
|
||||||
|
Reference in New Issue
Block a user