From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <512f8565e43efbd86f2b4bb99c6c63b9@ar.aichi-u.ac.jp> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3ciscupdate v148.2.1) From: arisawa@ar.aichi-u.ac.jp To: 9fans@nx.aichi-u.ac.jp Subject: [9fans] tls by hostowner Date: Sun, 11 Aug 2002 06:37:48 +0900 Topicbox-Message-UUID: da24d922-eaca-11e9-9e20-41e7f4b1d025 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