s/HAVE_AUTHENTICATE/HAVE_AIXAUTH/g
This commit is contained in:
@@ -96,7 +96,7 @@ 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_AUTHENTICATE)
|
#elif defined(HAVE_AIXAUTH)
|
||||||
# define AUTH_STANDALONE \
|
# define AUTH_STANDALONE \
|
||||||
AUTH_ENTRY(0, "aixauth", \
|
AUTH_ENTRY(0, "aixauth", \
|
||||||
NULL, NULL, aixauth_verify, NULL)
|
NULL, NULL, aixauth_verify, NULL)
|
||||||
|
@@ -58,7 +58,7 @@
|
|||||||
#undef HAVE_ASPRINTF
|
#undef HAVE_ASPRINTF
|
||||||
|
|
||||||
/* Define to 1 if you use AIX general authentication. */
|
/* Define to 1 if you use AIX general authentication. */
|
||||||
#undef HAVE_AUTHENTICATE
|
#undef HAVE_AIXAUTH
|
||||||
|
|
||||||
/* Define to 1 if you have the `bigcrypt' function. */
|
/* Define to 1 if you have the `bigcrypt' function. */
|
||||||
#undef HAVE_BIGCRYPT
|
#undef HAVE_BIGCRYPT
|
||||||
|
Reference in New Issue
Block a user