From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 3 22:00:16 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E3D49F8 for ; Tue, 3 Dec 2013 22:00:16 +0000 (UTC) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id E6BD715CC for ; Tue, 3 Dec 2013 22:00:14 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEAPhTnlKDaFve/2dsb2JhbABagz9Tgnq1IE6BMXSCJQEBAQMBAQEBICsgCwUWGAICDRkCKQEJJgYIBwQBHASHWgYNsSGQGReBKY0EAQEbNAeCa4FIA4lCim+BFIN/kGODRx4xgQQ5 X-IronPort-AV: E=Sophos;i="4.93,820,1378872000"; d="scan'208";a="75232445" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-annu.net.uoguelph.ca with ESMTP; 03 Dec 2013 16:58:53 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id F311EB403C; Tue, 3 Dec 2013 16:58:53 -0500 (EST) Date: Tue, 3 Dec 2013 16:58:53 -0500 (EST) From: Rick Macklem To: Eric McCorkle Message-ID: <1127153223.25369986.1386107933983.JavaMail.root@uoguelph.ca> In-Reply-To: Subject: Re: Automount and nfsv4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 7.2.1_GA_2790 (ZimbraWebClient - FF3.0 (Win)/7.2.1_GA_2790) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 22:00:16 -0000 Eric McCorkie wrote: > Hello, > > I have an interest in getting the automounter to work with an nfsv4 + > ldap setup so that I can set up a FreeBSD development system at work > (which would be a good test in a production environment). I also > have a much smaller ldap + nfsv4 setup on my home network that would > act as a good smoke test. > > I know there was some work done at some point in this direction; is > that code still available somewhere, or is it too bit-rotted at this > point? Either way, are there any docs I should read in order to get > started? > I am not aware of any work done on amd to get it to work for NFSv4 mounts. >From what I can recall, amd uses the old mount(2) syscall instead of nmount(2). It would need to be converted to use nmount(2) so that it could do NFSv4 mounts, I think (without looking at the code). I once looked at the amd sources and decided to "run away..", so good luck if you try and convert it. rick > Thanks, > Eric > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" >