In that sort of a situation, you wouldn't use a seperate button for each one -- you'd have some way in the login id to specify if it were a remote id. Most rent-a-POPs use this. (The companies that rent out modem banks, so that other ISPs can claim to have 'nationwide' coverage).

If you have to log in as user@domain or user/domain you've probably gone through one of these -- when the radius server that you're authenticating off of see the domain, it checks to see if it's a domain that it knows about, and if it is, it uses whatever authentication check is necessary to authenticate in that domain.

So, I might log in as ONEIROS@PAUSE or oneiros@perl.org or jhourcle/perlmonks or whatever_my_local_userid_is_without_a_domain or however the system handled things.

You're right, however, in that there is n*(n-1) complexity for the system administrator, as each of the n sysadmins needs to know how to authenticate to n-1 other systems -- but it doesn't require a seperate login blank for each one, or a button for each one.


In reply to Re^4: Single Sign-On? by jhourcle
in thread Single Sign-On? by Thilosophy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.