9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] If hostid==uid, then /lib/ndb/auth is not checked.
@ 2004-03-12  6:48 YAMANASHI Takeshi
  2004-03-12  7:24 ` lucio
  0 siblings, 1 reply; 18+ messages in thread
From: YAMANASHI Takeshi @ 2004-03-12  6:48 UTC (permalink / raw)
  To: 9fans

On Fri Mar 12 15:17:28 JST 2004, lucio@proxima.alt.za wrote:
> If you're trying to lock out certain users from a standalone CPU
> server, you must make sure that they have no presence in /adm/users.

If users don't have their uid listed in /adm/users,
standalone cpu servers still permit them to log in.
The users' file accesses are treated as `none' in that
situation.

How shall I lock out certain users on cpu server, I wonder?
-- 




^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [9fans] If hostid==uid, then /lib/ndb/auth is not checked.
@ 2004-03-14 12:30 YAMANASHI Takeshi
  0 siblings, 0 replies; 18+ messages in thread
From: YAMANASHI Takeshi @ 2004-03-14 12:30 UTC (permalink / raw)
  To: 9fans

> > The cheese is a blue one?
> c'est une ENIGME

Since it *SOUNDS* like french, Roguefort might be it.
# Goolgle had told me what the joke is, I think ;)
-- 



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [9fans] If hostid==uid, then /lib/ndb/auth is not checked.
@ 2004-03-14  3:55 YAMANASHI Takeshi
  2004-03-14  4:27 ` boyd, rounin
  2004-03-14  9:46 ` Bruce Ellis
  0 siblings, 2 replies; 18+ messages in thread
From: YAMANASHI Takeshi @ 2004-03-14  3:55 UTC (permalink / raw)
  To: 9fans

> > > Only the cheese stands alone.
> not being japanese won't help you understand the joke.

really!?...  excuse me to start ask questions to understand the joke.
The cheese is a blue one?
-- 




^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [9fans] If hostid==uid, then /lib/ndb/auth is not checked.
@ 2004-03-12 15:45 YAMANASHI Takeshi
  2004-03-12 19:05 ` boyd, rounin
  0 siblings, 1 reply; 18+ messages in thread
From: YAMANASHI Takeshi @ 2004-03-12 15:45 UTC (permalink / raw)
  To: 9fans

> Keeping people out of a machine is another problem altogether.
: 
> Perhaps we could do something similar on a per service basis,
> i.e., a servicesdb that each service (or listen itself) can
> consult to determine yay or nay for the service.  For example,
> you could make /lib/ndb/common:
> 
> tcp=cpu port=17013 uid=!presotto uid=*

I thought of similar control, but based on the idea of tcpwrappers, like:

/lib/ndb/local:
ipnet=xxx.xx.xx.xx ipmask=xxx.xxx.xxx.xxx
	permit=tcp10
	permit=tcp20
	deny=all

using ndb/ipquery to determine if a connection is allowed or not.
ndb is so powerful, isn't it?


P.S
	Thank you for all who helped me to understand the speaksfor
	relationship.
-- 



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [9fans] If hostid==uid, then /lib/ndb/auth is not checked.
@ 2004-03-12 15:12 YAMANASHI Takeshi
  2004-03-12 19:07 ` boyd, rounin
  0 siblings, 1 reply; 18+ messages in thread
From: YAMANASHI Takeshi @ 2004-03-12 15:12 UTC (permalink / raw)
  To: 9fans

> Only the cheese stands alone.

Nihonjin dakara, kono joke ga wakaranai.... :)
-- 



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [9fans] If hostid==uid, then /lib/ndb/auth is not checked.
@ 2004-03-12  6:01 YAMANASHI Takeshi
  2004-03-12  6:16 ` lucio
  2004-03-12 11:35 ` boyd, rounin
  0 siblings, 2 replies; 18+ messages in thread
From: YAMANASHI Takeshi @ 2004-03-12  6:01 UTC (permalink / raw)
  To: 9fans

On Fri Mar 12 14:57:38 JST 2004, lucio@proxima.alt.za wrote:
> Not that I can see.  To be able to execute a process on a CPU server,
> you need to be authenticated on the file server that holds the
> executable.

But what if the CPU server stands alone?
-- 




^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [9fans] If hostid==uid, then /lib/ndb/auth is not checked.
@ 2004-03-12  5:47 YAMANASHI Takeshi
  2004-03-12  5:56 ` lucio
  2004-03-12 12:38 ` David Presotto
  0 siblings, 2 replies; 18+ messages in thread
From: YAMANASHI Takeshi @ 2004-03-12  5:47 UTC (permalink / raw)
  To: 9fans

On Fri Mar 12 14:32:41 JST 2004, lucio@proxima.alt.za wrote:
> Well, /lib/ndb/auth indicates the speaksfor relationship.  Surely uid
> X can be assumed to speakfor uid X?

Then, every users in a domain can start their processes on
arbitary cpu servers whose host owners aren't allowed to speak
for the user?  Is this the way that the speaksfor relationship
works?

I thought the relationship can be used to restrict which users
are allowed to run their process on cpu servers.  I am still
confused with the relationship... :)
-- 




^ permalink raw reply	[flat|nested] 18+ messages in thread
[parent not found: <7131c0c74ea686afc44d40cdaf2222f7@orthanc.cc.titech.ac.jp>]

end of thread, other threads:[~2004-03-14 12:30 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12  6:48 [9fans] If hostid==uid, then /lib/ndb/auth is not checked YAMANASHI Takeshi
2004-03-12  7:24 ` lucio
  -- strict thread matches above, loose matches on Subject: below --
2004-03-14 12:30 YAMANASHI Takeshi
2004-03-14  3:55 YAMANASHI Takeshi
2004-03-14  4:27 ` boyd, rounin
2004-03-14  9:46 ` Bruce Ellis
2004-03-12 15:45 YAMANASHI Takeshi
2004-03-12 19:05 ` boyd, rounin
2004-03-12 15:12 YAMANASHI Takeshi
2004-03-12 19:07 ` boyd, rounin
2004-03-12  6:01 YAMANASHI Takeshi
2004-03-12  6:16 ` lucio
2004-03-12 11:35 ` boyd, rounin
2004-03-12  5:47 YAMANASHI Takeshi
2004-03-12  5:56 ` lucio
2004-03-12 12:38 ` David Presotto
     [not found] <7131c0c74ea686afc44d40cdaf2222f7@orthanc.cc.titech.ac.jp>
2004-03-12  5:10 ` 9nut
2004-03-12  5:30   ` lucio

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