From owner-svn-src-head@freebsd.org Mon Nov 16 19:26:51 2015 Return-Path: Delivered-To: svn-src-head@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 DF595A30037; Mon, 16 Nov 2015 19:26:51 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (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 A93EB1EE7; Mon, 16 Nov 2015 19:26:51 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacej9 with SMTP id ej9so77331298pac.2; Mon, 16 Nov 2015 11:26:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=3DkR1qEwlWUqsbgXugqTYRm/E2iM84ftkfEmN9Snr2o=; b=p9ghX/jo+kkU2ZB0OJnAG3p21ZWpUnXWolRafSL4k7JY3eBnFWaNNNEWFM67JT8h1X fixq9IQ5dvumpQExHA1Z3IUL/ZTcQxoVPe8RV7T4WeGiUa/UsOdaF/GMCiSa7Rm+mrG3 v/b80r7nG6vy4XJPmM4d+00LHIF4u8vWdvlEmObDzrOJPosfvzGlqHP3uC+JvLRaAtI6 81u3SXuksev8DlATNtGL4aaQh6Sq5D2euCk7CwheEOuKGGrfv1e6PPHSoPaNrI/OljwK iTdkKKQss62/OGSEpHNa0dm4EhdrRPR4+VjY1mTR0BBDhRR883VIXoXa59y/nlbY2bXD R3Fw== X-Received: by 10.66.101.40 with SMTP id fd8mr48612775pab.91.1447702010082; Mon, 16 Nov 2015 11:26:50 -0800 (PST) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id bh4sm38075501pbb.17.2015.11.16.11.26.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Nov 2015 11:26:48 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r290931 - head/usr.sbin/ypldap From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: <201511161648.tAGGmh6q052192@repo.freebsd.org> Date: Mon, 16 Nov 2015 11:26:47 -0800 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9B6CC022-BC98-4DC1-9D5A-32F3D8ACB8BC@gmail.com> References: <201511161648.tAGGmh6q052192@repo.freebsd.org> To: Craig Rodrigues X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 19:26:52 -0000 > On Nov 16, 2015, at 08:48, Craig Rodrigues wrote: >=20 > Author: rodrigc > Date: Mon Nov 16 16:48:43 2015 > New Revision: 290931 > URL: https://svnweb.freebsd.org/changeset/base/290931 >=20 > Log: > Import ypldap from OpenBSD. >=20 > ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a > LDAP directory and thus providing support for users and groups stored in > LDAP for the get{pw,gr}ent family of functions. contrib/ would be a better spot for this. Was the code checked in to the ven= dor tree :/...?=