9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Axel Belinfante <Axel.Belinfante@cs.utwente.nl>
To: 9fans@cse.psu.edu
Subject: [9fans] integration of userspace 802.1x supplicant in boot sequence
Date: Fri, 12 Aug 2005 10:59:26 +0200	[thread overview]
Message-ID: <200508120859.j7C8xQU14660@zamenhof.cs.utwente.nl> (raw)

I'm integrating the start of a user-space 802.1x
supplicant daemon in the boot sequence.
Ideally, this deamon should be started after
ip has been set up and before ipconfig is run.

so, I placed it in bootip.c:/^configip between binding
in of the ip interface and starting ipconfig.
I'm only starting it if the program is present
in /boot and a special env var is set in plan9.ini.

however, the supplicant needs some information
(details depend on the chosen auth method, in our
 case it is username/password, if other auth methods
 are chosen (no code yet) e.g. certificates may be
 involved); I was thinking that
it would be nice to let factotum as these for us,
but that means that factotum must be started before
before the supplicant, and thus before the network
is up, so it can't reach secstore...

what would be a good approach here?
would there be a way (would this be the way? :-)
to get the optional start of the supplicant into
the distribution?

Axel.



                 reply	other threads:[~2005-08-12  8:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200508120859.j7C8xQU14660@zamenhof.cs.utwente.nl \
    --to=axel.belinfante@cs.utwente.nl \
    --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).