Hi Christopher,

On Nov 1,  4:24pm, Christopher Andersson wrote:
> Subject: SV: (RADIATOR) Auth by Java Class
>
>
>
> ----- Original Message -----
> From: Stuart Henderson <[EMAIL PROTECTED]>
> To: Christopher Andersson <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, November 01, 1999 2:30 PM
> Subject: Re: (RADIATOR) Auth by Java Class
>
>
> > > I need to authenticate my users by calling a class in a java program.
> > > I suppose it would be possible using Auth By External, but in that
> > > case a new instance of the java program would be created for every
> >
> > Perhaps you could run it as a servlet on a web server, and
> > write a simple authby to call it via http?
>
> Yes, or maybe call it through a socket! Then I could have it listen on
> a TCP port!
> Would I implement this in AuthEXTERNAL.pm or in AuthTEST.pm?

For performance reasons, it is preferable to use something other than AuthBy
EXTERNAL. AuthBy EXTERNAL starts a new external process for each request. It
would be preferable to make a new AuthBy method that talks to your server by
TCP.

Hope that helps.
Cheers.

> I dont suppose anybody have done this before and could maybe give
> me a hint?
> (I would like to accomplish as much as possible of this using Java)
>
> The thing is, I'm gonna use LDAP, but I must have the communication
> with the LDAP server secure. I was thinking via CORBA and SSL.
> And I don't want to have to start a whole new process for every
> request, as with AuthBY External.
>
> thanks
> /chris
>
>
>
>
>
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>-- End of excerpt from Christopher Andersson



-- 
Mike McCauley                               [EMAIL PROTECTED]
Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985                       Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to