From owner-cvs-all Mon Jan 21 10:46:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3597837B400; Mon, 21 Jan 2002 10:46:26 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0LIkQp89879; Mon, 21 Jan 2002 10:46:26 -0800 (PST) (envelope-from des) Message-Id: <200201211846.g0LIkQp89879@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 21 Jan 2002 10:46:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_opie pam_opie.8 pam_opie.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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