On Thu, 9 Sep 1999, Philip Buckley wrote:

>                 I trying to make a web pages that gets a user name and
> password from a user. Then authenticates via a radius server. The radius
> server will the send back the reply to the web server which then will go
> ahead and query sql database. I am trying to do this with cold fusion,
> netscape fast tract and microsoft sql server. Thanks in advance guys.

I recently setup webpage authentication using Apache and the
mod_auth_radius module (http://www.wede.de/sw/mod_auth_radius/).

I never implemented this with a database... but Apache sets a environment
variable called REMOTE_USER after you are authenticated which you could
use for querying the database.

Jeremy C. Reed
IWBC ISP Services
[EMAIL PROTECTED]


===
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