From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Thu, 27 Dec 2007 19:52:21 +0000 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] u9fs authentication Topicbox-Message-UUID: 22c662b0-ead3-11e9-9d60-3106f5b1d025 Once again I have to admit I don't really understand plan9 authentication, can anyone help? I want to use p9sk1 authentication to a u9fs server on a mac. I have set up the server OK (launchd etc), but I cannot get the authentication to work. I want to have a seperate password for the mac - I don't want to have to keep bootes cleartext password on the mac (even if it is readable only by root). I am not even sure if this is possible, however this is what I tried. What I tried was to do was to create a plan9 account (powerbook) specifically for my mac. on the host 'mac' /etc/u9fs.keys contains: macpassword powerbook plan9.authentication.dom I used auth/secuser to set the password for powerbook to macpassword on the auth server's console. then I try to connect to it using: % srv -s mac mac post... % mount -k 'user=powerbook' /srv/mac /n/mac # fgui un-hides here and I enter the password mount: auth_proxy: auth_proxy write fd: protocol botch mount: mount /n/mac: authentication failed anyone any ideas? Thanks, Steve