RE: [RadiusNT] RadGetUser values????????

New Message Reply Date view Thread view Subject view Author view
Ed Whitesell (ewhitesell@cisp.cc)
Wed, 2 May 2001 16:08:27 -0400



Message-ID: <C99657266DE1D211B8250090274EA782EBAF6A@CARTMAN>
From: Ed Whitesell <ewhitesell@cisp.cc>
Subject: RE: [RadiusNT] RadGetUser values????????
Date: Wed, 2 May 2001 16:08:27 -0400 

We have a table called 'RadUsers' storing RadUserID (our version of
AccountID), Login, Password, and AccountType. This is the RadGetUser SP
that we have:

SELECT
        AccountID = RadUserID,
        Login,
        Password,
        NULL,
        AccountType,
        LoginLimit = 1,
        TimeLeft = NULL,
        MasterExpire = NULL,
        SubExpire = NULL
FROM
        RadUsers
WHERE
        Login = @Login

Hope this helps!

Ed Whitesell
CISP

-----Original Message-----
From: Gerardo Bassett [mailto:jeroocko@hotmail.com]
Sent: Wednesday, May 02, 2001 3:59 PM
To: radiusnt@iea-software.com
Subject: [RadiusNT] RadGetUser values????????

I have custumized the RadGetUser proc to do my own authentication process
and skip the RadiusNT process. But I can't find what values to return to
the Radius if my user did not authenticate through my process. I've tried
sending back NULL values for all values being returned, I've tried sending
empty strings also but no success. Does anyone know what values I can must
send back to the Radius if my user does not get authenticated throguh my
process?

Thanks for your help
Jerry
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

------------

This is a user supported list. If you require assistance from IEA Software's
Support Engineers, please check out our Support resources at
http://www.iea-software.com/support.

For more information about this list (including removal) go to:
http://www.iea-software.com/support/maillists/liststart




New Message Reply Date view Thread view Subject view Author view
This archive was generated on Wed May 02 2001 - 13:06:22 Pacific Daylight Time