From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu server auth problems -- solved From: "Russ Cox" In-Reply-To: <20030111143154.L85488-100000@fbsd.acl.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 11 Jan 2003 16:56:01 -0500 Topicbox-Message-UUID: 3e68ff8a-eacb-11e9-9e20-41e7f4b1d025 forking the name space doesn't fork /net/ndb. echo 'auth=plan9box authdom=plan9box' >>/net/ndb adds a separate entry (because it's not indented) so you're fine. you could add it to /lib/ndb/local as a more permanent solution.