9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "andrey mirtchovski" <mirtchovski@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: Re: [9fans] login problems
Date: Sat, 19 Aug 2006 20:15:25 -0600	[thread overview]
Message-ID: <14ec7b180608191915o1280e39ak85839834d7f8f3e@mail.gmail.com> (raw)
In-Reply-To: <7d3530220608191902x42e90776t892f8c7c81dfdb95@mail.gmail.com>

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.


  reply	other threads:[~2006-08-20  2:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-12 20:32 John Floren
2006-08-19  0:37 ` Rodolfo (kix)
2006-08-20  1:50   ` John Floren
2006-08-20  2:02     ` John Floren
2006-08-20  2:15       ` andrey mirtchovski [this message]
2006-08-20  3:07         ` John Floren
2006-08-20  3:15           ` andrey mirtchovski
2006-12-28 14:40 ` Alberto Cortés
2006-12-28 14:56   ` Gabriel Diaz
2006-12-28 15:21     ` Alberto Cortés
2006-12-28 15:38       ` Gabriel Diaz
2006-12-28 15:51         ` Alberto Cortés
2006-12-28 16:01           ` andrey mirtchovski
2006-12-28 16:39             ` Alberto Cortés
2006-12-28 17:06               ` andrey mirtchovski
2006-12-29 11:55                 ` Alberto Cortés
2006-12-29 12:06                   ` andrey mirtchovski
2006-12-29 12:35                     ` Alberto Cortés

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14ec7b180608191915o1280e39ak85839834d7f8f3e@mail.gmail.com \
    --to=mirtchovski@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).