From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Moyer Subject: Re: [ANNOUNCE] autofs 5.0.0 beta1 Date: Thu, 04 May 2006 09:57:36 -0400 Message-ID: References: Mime-Version: 1.0 Return-path: In-Reply-To: (Stephen C. Rigler's message of "Thu, 4 May 2006 08:08:58 -0500") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Rigler, Stephen C." Cc: autofs mailing list , Ian Kent ==> Regarding RE: [autofs] [ANNOUNCE] autofs 5.0.0 beta1; "Rigler, Stephen C." adds: >> -----Original Message----- From: Ian Kent [mailto:raven@themaw.net] >> Sent: Thursday, May 04, 2006 7:29 AM To: Rigler, Stephen C. Cc: autofs >> mailing list Subject: RE: [autofs] [ANNOUNCE] autofs 5.0.0 beta1 >> >> What do you have in the nsswitch.conf automount: entry? srigler> I had "automount: files nis" >> You probably already know this but ... >> >> The default master map is /etc/auto.master but that can be changed by >> setting DEFAULT_MASTER_MAP_NAME in the config or giving it on the >> command line for automount. >> >> Setting >> >> DEFAULT_MASTER_MAP_NAME=auto.master >> >> and >> >> automount: nis >> >> should do the trick. >> >> However if you had >> >> automount: files nis >> srigler> So far, the combination that's worked is only specifying "nis" in srigler> nsswitch.conf and changing "DEFAULT_MASTER_MAP_NAME" to srigler> "auto.master". What's logged in messages when I use any other srigler> combination is "master_read_master: no mounts in table". You should also be able to keep your nsswitch the same (automount: files nis) and simply remove /etc/auto.master. -Jeff