From owner-freebsd-net@FreeBSD.ORG Fri Mar 21 21:01:16 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09CA91065671 for ; Fri, 21 Mar 2008 21:01:16 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id C4EC68FC1B for ; Fri, 21 Mar 2008 21:01:15 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1764932waf.3 for ; Fri, 21 Mar 2008 14:01:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=AsdQzy1FaZsryIoFt3r1VxXwaA3aRbg+BVEx1tvtrjQ=; b=nMpOtt86YrXqC13sY9p0vOLrlFKiLproProTj8+NjHg96h95P1YFRaU3wpAy9hFjja+pWMoJ6eIyMzFPUSgZ06c1Ehh0pEroloE06bm8+TJOxkvPxRcJjpyQbTQarq36xklBsyCipZGelO7tLnpy6t6lndDtnDDENq2IWJkvb5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=MvHg378l/l7GK8oZoanHBM5XL/WpnRdQfXfQa14oo7QglrWz/N+YB14CGnjbDQbd2LPpX66Ij3JkzusgN7zJ6bUNe3AFRpxHxUD0wsOJc+WpCyiwJLI+PD0S49U16ggzhYKxpNQ94ux8i2hVaxZpO30+VaTnmTzr38Eo18Iby7w= Received: by 10.114.66.2 with SMTP id o2mr6698497waa.102.1206133275537; Fri, 21 Mar 2008 14:01:15 -0700 (PDT) Received: by 10.114.168.6 with HTTP; Fri, 21 Mar 2008 14:01:15 -0700 (PDT) Message-ID: <8f82c35c0803211401s488bba8bm3587cef4422505f6@mail.gmail.com> Date: Fri, 21 Mar 2008 22:01:15 +0100 From: "Jon Theil Nielsen" To: Sin In-Reply-To: <062101c88b71$cb290e90$0200a8c0@dts> MIME-Version: 1.0 References: <8f82c35c0803202329k1aff674cgd7deee4c1a58e20b@mail.gmail.com> <062101c88b71$cb290e90$0200a8c0@dts> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: Samba PDC with VPN access X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2008 21:01:16 -0000 2008/3/21, Sin : > > I just happen to be looking into vpn stuff with FreeBSD, I was looking > at > the man page for ppp, there is a section that states passwd(5) can be used > instead of a secret file. Not sure if this entirely relates to your > setup, > but I will be trying this out > > /* > If MyAuthPasswd is a ``*'', the password is looked up in the passwd(5) > database. > */ BTW, I think this is a method to authenticate yourself when establishing a connection from your own machine to another one. One something I can use to authenticate outside users to my (VPN) server. Regards, Jon