From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 21:12:58 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 236DF7AF; Fri, 25 Jul 2014 21:12:58 +0000 (UTC) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D2432E4A; Fri, 25 Jul 2014 21:12:57 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id q58so4743405wes.18 for ; Fri, 25 Jul 2014 14:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=5CixpQx38wT7/cblhEdhEC7smrirlwRu2Ll1zdl9o+w=; b=DV0Jki0iD3c0brggRxNDicviEHnc0t1iYZJ/SAyY1ocoJHWv/iFz2F8A9wWAmkVsUp j3LYaUtrLbgTHyyXKcib3PJUpQDG9+4lBJ6GqHNfEOJMnxqTIjHZyYr0SgeqUgyJXrw7 pQCNABtN5jvBAmSUR2mw7VGa1RvMYq6cWm33WtoU9iebJrKezgM82QEsJsk6CfpWX3wl iNOkJU2SLl9loTDTzGpgo4f+H7pZjdfTUk1x3kxGdkkZR+mez0uRRHZfby6+7PfGW8aC 59F4CbE6IQvRks6c/1KbTIetNwTi6ovUeoHhqJxsaa/7zRdd3DHiCPRHg2Qk9Ttxcnr9 6PLQ== X-Received: by 10.180.221.172 with SMTP id qf12mr8791812wic.54.1406322775536; Fri, 25 Jul 2014 14:12:55 -0700 (PDT) Received: from brick.home (cmu49.neoplus.adsl.tpnet.pl. [83.31.148.49]) by mx.google.com with ESMTPSA id u10sm10363103wix.14.2014.07.25.14.12.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 14:12:54 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Fri, 25 Jul 2014 23:12:49 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Cy Schubert Subject: Re: FreeBSD Quarterly Status Report - Second Quarter 2014 Message-ID: <20140725211249.GA3933@brick.home> Mail-Followup-To: Cy Schubert , Glen Barber , freebsd-hackers@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org References: <20140724183353.GL1065@hub.FreeBSD.org> <201407251720.s6PHK8YX095747@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201407251720.s6PHK8YX095747@slippy.cwsent.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Glen Barber , freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-hackers@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 25 Jul 2014 21:12:58 -0000 On 0725T1019, Cy Schubert wrote: > In message <20140724183353.GL1065@hub.FreeBSD.org>, Glen Barber writes: > > New Automounter > > > > Contact: Edward Tomasz Napieral/a > > > > Deficiencies in the current automounter, amd(8), are a recurring > > problem reported by many FreeBSD users. A new automounter is being > > developed to address these concerns. > > > > The automounter is a cleanroom implementation of functionality > > available in most other Unix systems, using proper kernel support > > implemented via an autofs filesystem. The automounter supports a > > standard map format, and will integrate with the Lightweight Directory > > Access Protocol (LDAP) service. > > Will it also integrate with NIS (as SunOS and Solaris do)? FreeBSD's amd > currently integrates with NIS as well. It's just a matter of testing, apart from a trivial shell script. Would you be able to help me with this?