9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Drawterm vs Autentication Server
@ 2001-04-24 10:15 forsyth
  0 siblings, 0 replies; 5+ messages in thread
From: forsyth @ 2001-04-24 10:15 UTC (permalink / raw)
  To: 9fans

>>If even the latter request is too hard to honor,
>>then at least I would like to ask Plan 9 code owners to provide for ability
>>to start "authentication server"
>>manually, thus allowing to fully upgrade from Plan 9 terminal to Plan 9 CPU
>>server "on the fly",
>>i.e. without reconfiguring and rebuilding the kernel.

i think you might be able to do that, by running auth/keyfs (see
keyfs(4)) and appropriate variants of aux/listen in a name space in
which you've previously run authfs(4) to provide suitably named
replacement authentication files to allow you to set your own keys.



^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [9fans] Drawterm vs Autentication Server
@ 2001-04-24 12:32 presotto
  0 siblings, 0 replies; 5+ messages in thread
From: presotto @ 2001-04-24 12:32 UTC (permalink / raw)
  To: 9fans

There's nothing special about the auth server except for who knows
that its the auth server.  You can always start auth/keyfs and run
aux/listen -t /rc/bin/service.auth on any machine and transform it
into an auth server.

If you want no authentication, you can change both cpu and drawterm.  If
you look closely at the cpu command, you'll see that it negotiates
authentication mechanism.  If you change cpu.c and drawterm.c to allow
a null authentication mechanism, you'll have what you want.  Look at
authmethod in both programs.


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [9fans] Drawterm vs Autentication Server
@ 2001-04-23 15:39 rsc
  2001-04-24  9:00 ` Alexander Povolotsky
  0 siblings, 1 reply; 5+ messages in thread
From: rsc @ 2001-04-23 15:39 UTC (permalink / raw)
  To: 9fans

> Is it possible to consider implementation  of "noauth" option for the
> drawterm (running on Solaris )
>  to allow to connect to the Plan 9 machine without authentication ?

It's not drawterm that is insisting on authentication,
but the cpu server itself.  You could consider removing
the authentication protocol from both drawterm and
the cpu listener, but that's more work than just setting
up a proper auth server.

Russ



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [9fans] Drawterm vs Autentication Server
@ 2001-04-23  9:54 Alexander Povolotsky
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Povolotsky @ 2001-04-23  9:54 UTC (permalink / raw)
  To: 9fans

Is it possible to consider implementation  of "noauth" option for the
drawterm (running on Solaris )
 to allow to connect to the Plan 9 machine without authentication ?

Regards,
Alex Povolotsky


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

end of thread, other threads:[~2001-04-24 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-24 10:15 [9fans] Drawterm vs Autentication Server forsyth
  -- strict thread matches above, loose matches on Subject: below --
2001-04-24 12:32 presotto
2001-04-23 15:39 rsc
2001-04-24  9:00 ` Alexander Povolotsky
2001-04-23  9:54 Alexander Povolotsky

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