jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

can't have multiple auth=xyz authdowm=pdq statements in /lib/ndb/local #242

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-have two different auth machines && domains
-place both auth=x authdom=y statements in /lib/ndb/local
-try to use both
-only the topmost auth && authdom values are useable

What is the expected output? What do you see instead?
-can authenticate to multiple machines/domains even if include the correct 
lines in /lib/ndb/local

Which operating system are you using?
MacOSX 10.6.4 x86

Please provide any additional information below.
-swapping the order of the lines is a workaround

Original issue reported on code.google.com by robert_b...@operamail.com on 25 Aug 2010 at 3:28

GoogleCodeExporter commented 9 years ago
s/authdowm/authdom

Original comment by robert_b...@operamail.com on 25 Aug 2010 at 3:29

GoogleCodeExporter commented 9 years ago
I'm making some changes to factotum as part of the auth overhaul, so I'll have 
a look at this at the same time.

Original comment by Charles....@gmail.com on 26 Aug 2010 at 2:11

GoogleCodeExporter commented 9 years ago
i've got this:

authdom=terzarima.net auth=lavoro.terzarima.net
authdom=outside.plan9.bell-labs.com auth=sources.cs.bell-labs.com

and both the following worked:

mount -9 dispensa.terzarima.net /n/remote
s: p9sk1@caldo.demon.co.uk
dom: caldo.demon.co.uk
ticketreq: type=1 authid=bootes authdom=caldo.demon.co.uk chal= hostid='' uid=''
ticket: num=65 chal= cuid=forsyth suid=forsyth key=

and

mount -9 tcp!sources.cs.bell-labs.com /n/kfs
s: p9sk1@outside.plan9.bell-labs.com
dom: outside.plan9.bell-labs.com
ticketreq: type=1 authid=bootes authdom=outside.plan9.bell-labs.com chal= 
hostid='' uid=''
ticket: num=65 chal= cuid=forsyth suid=forsyth key=

Original comment by Charles....@gmail.com on 14 Sep 2010 at 8:02

GoogleCodeExporter commented 9 years ago
in other words, i wonder whether there's something else that's needed to cause 
the problem you describe.

Original comment by Charles....@gmail.com on 15 Sep 2010 at 8:20