9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] fossil in another authdom
@ 2005-01-12  8:45 YAMANASHI Takeshi
  2005-01-12 16:22 ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: YAMANASHI Takeshi @ 2005-01-12  8:45 UTC (permalink / raw)
  To: 9fans

Hi, 
how can i start fossil in another authdom than kernel?

i have a cpu server running in authdom=cc.titech and would
start fossil in authdom=tip9ug.jp on the server.
-- 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] fossil in another authdom
  2005-01-12  8:45 [9fans] fossil in another authdom YAMANASHI Takeshi
@ 2005-01-12 16:22 ` Russ Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Russ Cox @ 2005-01-12 16:22 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> i have a cpu server running in authdom=cc.titech and would
> start fossil in authdom=tip9ug.jp on the server.

The kernel doesn't really have an authdom anymore.
Everything uses keys dictated by the factotum that they see.
So if you want to run a fossil with a different key, then all you
have to do is set up the factotum for fossil to see.

@{
    rfork n
    auth/factotum
    xxx load new keys for tip9ug.jp into factotum
    start fossil
}

Russ


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] fossil in another authdom
@ 2005-01-13  1:21 YAMANASHI Takeshi
  0 siblings, 0 replies; 3+ messages in thread
From: YAMANASHI Takeshi @ 2005-01-13  1:21 UTC (permalink / raw)
  To: 9fans

> So if you want to run a fossil with a different key, then all you
> have to do is set up the factotum for fossil to see.
> 
> @{
>     rfork n
>     auth/factotum
>     xxx load new keys for tip9ug.jp into factotum
>     start fossil
> }

This works perfect.  The actual loading part was, jyi:
  echo 'key dom=tip9ug.jp proto=p9sk1 user=nashi !password=xxxxxxxx' > /mnt/factotum/ctl

Thanks russ.
-- 




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-13  1:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-12  8:45 [9fans] fossil in another authdom YAMANASHI Takeshi
2005-01-12 16:22 ` Russ Cox
2005-01-13  1:21 YAMANASHI Takeshi

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).