From owner-freebsd-hackers Mon May 10 10:45:36 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from scallop.baynetworks.com (ns5.baynetworks.com [194.133.90.101]) by hub.freebsd.org (Postfix) with ESMTP id DA3C215915 for ; Mon, 10 May 1999 10:45:17 -0700 (PDT) (envelope-from bwithrow@engeast.BayNetworks.COM) Received: from mailhost.BayNetworks.COM (h8754.s84f5.BayNetworks.COM [132.245.135.84]) by scallop.baynetworks.com (8.9.1/8.9.1) with ESMTP id TAA16612 for ; Mon, 10 May 1999 19:43:27 +0200 (MET DST) Received: from pobox.engeast.BayNetworks.COM (pobox.engeast.baynetworks.com [192.32.61.6]) by mailhost.BayNetworks.COM (8.9.1/8.8.8) with ESMTP id NAA09111; Mon, 10 May 1999 13:39:18 -0400 (EDT) Received: from tuva.engeast.baynetworks.com (tuva [192.32.68.38]) by pobox.engeast.BayNetworks.COM (SMI-8.6/BNET-97/04/24-S) with ESMTP id NAA23885; Mon, 10 May 1999 13:41:58 -0400 for Received: from tuva.engeast.baynetworks.com (localhost [127.0.0.1]) by tuva.engeast.baynetworks.com (8.8.8/8.8.8) with ESMTP id NAA07716; Mon, 10 May 1999 13:41:54 -0400 (EDT) (envelope-from bwithrow@tuva.engeast.baynetworks.com) Message-Id: <199905101741.NAA07716@tuva.engeast.baynetworks.com> X-Mailer: exmh version 2.0.2 2/24/98 To: hackers@freebsd.org Cc: bwithrow@BayNetworks.COM Subject: AMD: local overrides on NIS maps? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 May 1999 13:41:54 -0400 From: Robert Withrow Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to be able to locally (or on an OS basis) override mount options in AMD maps, but I've been unsuccessful. Assume I have a amd.conf that reads, in part: [ /foo/home ] map_name = foo_home and a NIS map (foo_home) that contains exactly: bwithrow -type:=nfs;rfs:=/home/bwithrow; rhost:=pizzahut I want to restrict NFS to be version 2 and UDP for certain hosts (say freebsd ones ;-) *without* modifying the map, because that may is centrally maintained and I don't want system/os specific things in it. I might want to modify other things (like rsize and wsize) on a specific machine basis, and that *clearly* shouldn't be in the map. As far as I can tell, nothing I put in amd.conf will affect the mount options in this map. (And before suggesting doing that, please try it out on a system to be sure it works!) Any suggestions on how I can override mount options locally? -- Robert Withrow -- (+1 978 916 8256) BWithrow@BayNetworks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message