From owner-freebsd-current@freebsd.org Thu Jun 9 22:34:14 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C372B704D3 for ; Thu, 9 Jun 2016 22:34:14 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4227B16E6 for ; Thu, 9 Jun 2016 22:34:14 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by mail-oi0-x229.google.com with SMTP id p204so86315814oih.3 for ; Thu, 09 Jun 2016 15:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=tZPo1gpePgO+39BlJibdLKCDDZl6ZPUJ5XjF8H1EuXM=; b=XEhZm2CNylrwsIGyfsGWL66dK85L67EneBF1iUlmnDoIMYj7k90/09kQaABUosUcWH 92dVHUPYhs/SocKCbDLY4sTo8ngDWUhM8chNRRh5uoRVtXjzHK9dsKW6St6XJegYfDDV 5wfARunJbgatV2dfQ9l+FtZJIunO3WjAnoGiH1qwBhPKuao9WlFVoGn/kuAuf5y5YBr9 XSjO3/jtYVmmLYjcY8AkPHitpDlIofrmaj5wfHnOAtY3C2tnz34fSCNVRL29ZVRweSV0 fts8+82J7X7MTUU5KrEt8sD918qeQvga0hDIrqricNMp/1Yn81POcF3gXcDMvza5sd1H ZaXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=tZPo1gpePgO+39BlJibdLKCDDZl6ZPUJ5XjF8H1EuXM=; b=UzNLwqpwUgoBBVEPKB/h0W/Gj6MMz9cBtmT9b4CHq1jXqhxxULURQHzr7JnXvTIAT2 ZOjXZMHFAKjvlMCkA/vsuN+qP8uhstuWnwP8urxogXba+VaK98VBpYLREyI7DBiLDS0P /e/eswojLqn80wtJmra0GF6J0H0+DyWt5FgWZVzZL7MTwL6JOJHF1MtjDwf+BDz2jGzc +XgQVsUZTmtI9S5Lt/LMA2jfXM4VjVJGsrKu6u/6EFh3iNVp4a6YppvD0vtI2LySBuHt XTypnOV2oA+POXz5QDWs6RYE8aIQWYLuhj6+wdfiiK9iDltXV1okE5Tivc3vRiHGf/RW tuSw== X-Gm-Message-State: ALyK8tLYdiXjM/iDdCLmeVz07ZwVMV/Z5mBSh4TZfUARzduLE+MDv8EDNFwcrLmnnKbWuqRfwU0jv4cB6s4Evg== X-Received: by 10.202.216.84 with SMTP id p81mr7304310oig.152.1465511653576; Thu, 09 Jun 2016 15:34:13 -0700 (PDT) MIME-Version: 1.0 Sender: crodr001@gmail.com Received: by 10.157.8.113 with HTTP; Thu, 9 Jun 2016 15:34:13 -0700 (PDT) In-Reply-To: <7c39e5ac-3ed7-f19a-e175-d27af07eea47@delphij.net> References: <7c39e5ac-3ed7-f19a-e175-d27af07eea47@delphij.net> From: Craig Rodrigues Date: Thu, 9 Jun 2016 15:34:13 -0700 X-Google-Sender-Auth: B1tj9hpEATpT_ayjkh2hQASN4hw Message-ID: Subject: Re: [CFT] ypldap testing against OpenLDAP and Microsoft Active Directory To: freebsd-current Current Cc: =?UTF-8?B?6LW15paw?= Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 22:34:14 -0000 On Wed, Jun 8, 2016 at 11:41 PM, Xin Li wrote: > > (I think the current implementation > would do everything with plaintext protocol over wire, so while it > You are correct. This document http://puffysecurity.com/wiki/ypldap.html#2 states: # # ypldap cant use SSL or SASL... # You must allow unsecured authentication with the following line # Then setup OpenIKED VPN or use OpenSSH Socket or Port Forwording # There is still value to ypldap as it is now, and getting feedback from users (especially Active Directory) would be very useful. If someone could document a configuration which uses IPSEC or OpenSSH forwarding, that would be nice. In future, maybe someone in OpenBSD or FreeBSD will implement things like LDAP over SSL. -- Craig