Hi Jamie,

On Apr 14,  2:59pm, Jamie Orzechowski wrote:
> Subject: (RADIATOR) first time user
>
> Hi There ... I just just installing Radiator on Redhat 5.2 for the first time
... I got perl Makefile.PL and then make to run fine (all passed) ... then I
run perl radiusd -config_file goodies/simple.cfg so that I can test it and it
justs sits there and I see no error messages or success messages ...

The config file simple.cfg by default does little logging.
Try running radiator like this:

perl radiusd -config_file goodies/simple.cfg -trace 4 -log_stdout

and you should see lots more detail, including a detailed trace of whats
happening to each request.

>
> I try and run perl radpwtst -user xxx -pass xxx and I get
>
> sending Access-Request
> Rejected
> sending Accounting-Request Start...
> OK
> sending Accounting-Request Stop...
> OK
>
> anu ideas???

Probably user xxx is not in the user database that you have configured into
simple.cfg (by default its the  file ./users)

>
> I just want to authenticate ONLY (no accounting for now) and I want to do it
via /etc/passwd on the same machine ... I would like a simple config for that
also while I am at it if possible ... =) ... thanks!

Try this:

<Client DEFAULT>
        Secret  mysecret
        DupInterval 0
</Client>

<Realm DEFAULT>
        <AuthBy UNIX>
                Filename /etc/passwd
        </AuthBy>
</Realm>

Hope that helps.

Cheers.


>
>
>
> [ Attachment (text/x-html): 1446 bytes
>   Character set: iso-8859-1
>   Encoded with "quoted-printable" ]
>-- End of excerpt from Jamie Orzechowski



-- 
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, external, etc etc on Unix, Win95/8, NT, Rhapsody
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to