9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] tls by hostowner
@ 2002-08-10 21:37 arisawa
  0 siblings, 0 replies; only message in thread
From: arisawa @ 2002-08-10 21:37 UTC (permalink / raw)
  To: 9fans

Hello,

It seems that tls service is allowed only to hostowner.
I guess that code comes from:
	case Kuser:
		if(strcmp(fss->sysuser, owner) != 0){
			werrstr("%q can't use %q's keys",
				fss->sysuser, owner);
			return failure(fss, nil);
		}
		break;
in function findkey in /sys/src/cmd/auth/factotum/util.c

I believe encrypted communication is a main way in
future network service.
Is there any way to make serivice using tls by a user
other than hostowner?

Kenji Arisawa


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-10 21:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-10 21:37 [9fans] tls by hostowner arisawa

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