Date: Mon, 21 Jan 2002 10:46:26 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_opie pam_opie.8 pam_opie.c Message-ID: <200201211846.g0LIkQp89879@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2002/01/21 10:46:26 PST Modified files: lib/libpam/modules/pam_opie pam_opie.8 pam_opie.c Log: Further changes to allow enabling pam_opie(8) by default: - Ignore the {try,use}_first_pass options by clearing PAM_AUTHTOK before challenging the user. These options are meaningless for pam_opie(8) since the user can't possibly know the right response before she sees the challenge. - Introduce the no_fake_prompts option. If this option is set, pam_opie(8) will fail - rather than present a bogus challenge - if the target user does not have an OPIE key. With this option, users who haven't set up OPIE won't have to wonder what that "weird otp-md5 s**t" means :) Reviewed by: ache, markm Sponsored by: DARPA, NAI Labs Revision Changes Path 1.6 +14 -1 src/lib/libpam/modules/pam_opie/pam_opie.8 1.16 +24 -11 src/lib/libpam/modules/pam_opie/pam_opie.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201211846.g0LIkQp89879>