From: Todd C. Miller Date: Mon, 6 Mar 2000 19:42:21 +0000 (+0000) Subject: HAVE_SECUREWARE -> HAVE_GETPRPWNAM; fixes secureware support X-Git-Tag: SUDO_1_6_3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ea67119ea7d9f1ae8593b888b8b4d3230f95305;p=sudo HAVE_SECUREWARE -> HAVE_GETPRPWNAM; fixes secureware support --- diff --git a/auth/sudo_auth.c b/auth/sudo_auth.c index 0c54783e2..c103a2423 100644 --- a/auth/sudo_auth.c +++ b/auth/sudo_auth.c @@ -67,7 +67,7 @@ sudo_auth auth_switch[] = { # ifndef WITHOUT_PASSWD AUTH_ENTRY(0, "passwd", NULL, NULL, passwd_verify, NULL) # endif -# if defined(HAVE_SECUREWARE) && !defined(WITHOUT_PASSWD) +# if defined(HAVE_GETPRPWNAM) && !defined(WITHOUT_PASSWD) AUTH_ENTRY(0, "secureware", secureware_init, NULL, secureware_verify, NULL) # endif # ifdef HAVE_AFS