From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180608191915o1280e39ak85839834d7f8f3e@mail.gmail.com> Date: Sat, 19 Aug 2006 20:15:25 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] login problems In-Reply-To: <7d3530220608191902x42e90776t892f8c7c81dfdb95@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7d3530220608121332m44545515jacb8c739146cdbe@mail.gmail.com> <3096bd910608181737w7a3f0bdflcdab10dfbef57320@mail.gmail.com> <7d3530220608191850m4c818542offb96f338eaf825c@mail.gmail.com> <7d3530220608191902x42e90776t892f8c7c81dfdb95@mail.gmail.com> Topicbox-Message-UUID: a4877246-ead1-11e9-9d60-3106f5b1d025 this is a quote from the wiki page you listed: Uncomment the two lines indicated to enable the authentication functions: # auth/keyfs -wp -m /mnt/keys /adm/keys >/dev/null >[2=1] # auth/cron >>/sys/log/cron >[2=1] & Uncomment the indicated code block. The file names indicate the port and protocol, and the file itself contains the commands for starting a service. The authsrv. and ! prefixes indicate disabled services; adding or removing the prefix disables or enables the service: # if(! test -e /rc/bin/service.auth/il566){ # mv /rc/bin/service.auth/authsrv.il566 /rc/bin/service.auth/il566 # mv /rc/bin/service.auth/authsrv.tcp567 /rc/bin/service.auth/tcp567 # mv /rc/bin/service/il566 /rc/bin/service/!il566 # mv /rc/bin/service/tcp567 /rc/bin/service/!tcp567 # } The original /rc/bin/service/il566 and /rc/bin/service/tcp567 services were proxy calls for the authentication services to be used by terminals. We don't need these on the authentication server.