|
||||||||
Dinesh Nair wrote: > On Mon, 24 May 2004, Adam Nellemann wrote: > > >>Perhaps all that is needed then, is a specific (uploadable) page for >>this situation (so as to distinguish it from any other kind of portal > > > RADIUS defines four packet types: Access-Request, Access-Accept, > Access-Reject, Access-Challenge. > > the client starts of by sending an Access-Request and the RADIUS server > responds with one of the other three. -Accept and -Reject are > self-explanatory, and the -Challenge just signals a challenge response > auth mechanism. as such there is no way for RADIUS to return a duplicate > login unless it is defined to allow it (Access-Accept) or to deny it > (Access-Reject). Ah! Then there really isn't anymore to it than has already been implemented ;) Adam. |