From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Drawterm vs Autentication Server MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010424123215.A0CC919AEA@mail.cse.psu.edu> Date: Tue, 24 Apr 2001 08:32:13 -0400 Topicbox-Message-UUID: 8e127ce8-eac9-11e9-9e20-41e7f4b1d025 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.