Hello Fernando -
On Thu, 27 Jan 2000, Fernando Martin wrote:
> Hi all,
>
> I have installed Radiator 2.14.1 with patches over NT 4.0 SP5. It run
> properly and I am authenticating via ODBC into MS SQL 7.0 ( also
> accounting). I am very happy because of your help ( expecialy Mike and Hugh).
>
> Questions:
>
> - Does Radiator 2.14.1 support different pool? How to program it into CFG
> file and Reply attributes to do that? Accually I am using a
> FrameGroupAddress but I want to be able to program pool with short ranges
> and assigne it group of users.
You can define multiple FramedGroupBaseAddress parameters for a client and then
refer to them in your Framed-Group reply items. Have a look at section 6.4.7 in
the Radiator 2.14.1 reference manual.
> - How to authenticate with users FILE when this user is not into the MS SQL
> 7.0? Could you explain How to porgram it, cfg file? I test to use a realm
> with <AuthSQL> and next <AuthFILE> but it does not work.
You will need to use an AuthByPolicy to link the AuthBy clauses:
<Realm ....>
AuthByPolicy ContinueUntilAccept
<AuthBy SQL>
DBSource ....
DBUsername ....
DBAuth ....
....
</AuthBy>
<AuthBy FILE>
Filename ....
</AuthBy>
</Realm>
Have a look at section 6.19.1 in the reference manual.
> - How could I see the users that are connected at a moment? I want to see
> the user connected: username, IP, time,.... any command app?
> Do I need a SQL table or a special cgi over NT...?
Yes, you can use SQL and a SessionDatabase together with "radwho.cgi".
You will need to build a RADONLINE table in your database and then configure a
SessionDatabase in your configuration file:
<SessionDatabase SQL>
DBSource ....
DBUsername ....
DBAuth ....
</SessionDatabase>
Then edit and install the radwho.cgi script in your web server.
Have a look at sections 6.6 and 12.0 in the reference manual.
> - How could I test remotely if radius service is running properly? I want to
> use a command app to test radius service and if it is blocked it must send
> an alarm. Any idea? Could I use Radpwtst remotely, how?
Yes, simply specify the -s flag with the server address to radpwtst. Check
section 8.0 in the reference manual.
> - I am using AcctColumnDef TIME_STAMP,Timestamp,integer-date but it only
> give me some thing like this Sep 3, 2000 13:12. That is, there is not seconds.
> I test to use AcctColumnDef TIME_STAMP,%l,integer-date ( Or '%l',...) but
> nothing.
> I test to use AcctColumnDef TIME_STAMP,Timestamp,Formatted-date ('.....',
> '......'), but I have not the format.pm to execute it.
> Where is it, where to place it and does it work with MS SQL 7.0?
>
You should be able to install the TimeDate package directly from ActiveState.
Have a look at section 4.1 in the reference manual, follow the instructions to
log in to ActiveState with ppm and then type "install TimeDate".
hth
Hugh
--
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.