9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa@vega.aichi-u.ac.jp arisawa@vega.aichi-u.ac.jp
Subject: [9fans] /lib/ndb/nfs
Date: Fri, 24 Apr 1998 21:05:38 +0000	[thread overview]
Message-ID: <19980424210538.1CpGsSJ2hQS81D6vJeCW6hxyfqIM31_IuagCw_yehmk@z> (raw)

Hello 9fans!

I would like to permit nfs access from several unix hosts to Plan9 file server.
Our unix hosts are not administrated with unique uid/gid.
Plan9 manual nfsserver(8) shows the example file for /lib/ndb/nfs:
!9fs tcp!ivy
.+	[^.]+\.cvrd\.hall\.edu	/n/ivy/etc/passwd	/n/ivy/etc/group
It seems to me that this mapping configuration stands on the assumption
that all clients are administrated by single passwd/group file.

Assume that we have 4 unix hosts c1, c2, c3 and c4, and unix uid/gid is
different from each other.
Must we configure /lib/ndb/nfs like bellow?
!9fs tcp!c1
.+	c1	/n/c1/etc/passwd	/n/c1/etc/group
!9fs tcp!c2
.+	c2	/n/c2/etc/passwd	/n/c2/etc/group
!9fs tcp!c3
.+	c3	/n/c3/etc/passwd	/n/c3/etc/group
!9fs tcp!c4
.+	c4	/n/c4/etc/passwd	/n/c4/etc/group

Thanks,

Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp




                 reply	other threads:[~1998-04-24 21:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19980424210538.1CpGsSJ2hQS81D6vJeCW6hxyfqIM31_IuagCw_yehmk@z \
    --to=arisawa@vega.aichi-u.ac.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).