Add support for skeyaccess(3) if it is present in libskey.

This commit is contained in:
Todd C. Miller
2001-12-14 06:15:08 +00:00
parent cf92836ecf
commit e299dee342
3 changed files with 16 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ sudo_auth auth_switch[] = {
AUTH_STANDALONE
#else
# ifndef WITHOUT_PASSWD
AUTH_ENTRY(0, "passwd", NULL, NULL, passwd_verify, NULL)
AUTH_ENTRY(0, "passwd", passwd_init, NULL, passwd_verify, NULL)
# endif
# if defined(HAVE_GETPRPWNAM) && !defined(WITHOUT_PASSWD)
AUTH_ENTRY(0, "secureware", secureware_init, NULL, secureware_verify, NULL)