HAVE_SECUREWARE -> HAVE_GETPRPWNAM; fixes secureware support

This commit is contained in:
Todd C. Miller
2000-03-06 19:42:21 +00:00
parent 8a7226ad7d
commit 4ea67119ea

View File

@@ -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