From owner-freebsd-questions@FreeBSD.ORG Sat Jul 29 17:49:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C47BE16A4DD for ; Sat, 29 Jul 2006 17:49:31 +0000 (UTC) (envelope-from igorr@speechpro.com) Received: from speechpro.ru (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD0A43D45 for ; Sat, 29 Jul 2006 17:49:31 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from [192.168.2.26] (helo=sysadm.stc) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1G6swM-000Pyp-83 for freebsd-questions@freebsd.org; Sat, 29 Jul 2006 21:49:30 +0400 Received: from localhost.stc ([127.0.0.1] helo=sysadm.stc) by sysadm.stc with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G6swU-0002uO-4N for freebsd-questions@freebsd.org; Sat, 29 Jul 2006 21:49:38 +0400 Received: (from igorr@localhost) by sysadm.stc (8.13.6/8.13.6/Submit) id k6THncCR011183 for freebsd-questions@freebsd.org; Sat, 29 Jul 2006 21:49:38 +0400 (MSD) (envelope-from igorr) Date: Sat, 29 Jul 2006 21:49:38 +0400 From: Igor Robul To: freebsd-questions@freebsd.org Message-ID: <20060729174938.GB11134@sysadm.stc> References: <44B7DB07.6010908@enternet.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B7DB07.6010908@enternet.hu> User-Agent: Mutt/1.5.11 X-Archived: Yes Subject: Re: LDAP Thunderbird and security X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 17:49:31 -0000 On Fri, Jul 14, 2006 at 07:57:27PM +0200, Nagy L?szl? wrote: > know that I could create a VPN connection, but for my users, this is too > difficult to setup. :-) Do you know a solution, definitely for FreeBSD, There are no much difficulty with VPN. For server side look at net/mpd and client is normal Windows builtin VPN or better look at security/openvpn. There is Windows version of OpenVPN client and server too.