From owner-cvs-all Tue Jan 8 3:24:42 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 2694F37B41C; Tue, 8 Jan 2002 03:24:40 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g08BOeJ04218; Tue, 8 Jan 2002 03:24:40 -0800 (PST) (envelope-from brian) Message-Id: <200201081124.g08BOeJ04218@freefall.freebsd.org> From: Brian Somers Date: Tue, 8 Jan 2002 03:24:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp auth.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 brian 2002/01/08 03:24:40 PST Modified files: usr.sbin/ppp auth.c Log: When authenticating a name containing a ``\'', attempt to autenticate using the part after the ``\'' if the original name is not found. This allows M$ clients to use domain\user as their authname. Reviewed by: Ian West Revision Changes Path 1.53 +51 -10 src/usr.sbin/ppp/auth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message