Re: (RADIATOR) Newbie question: Radiator setup and config

2001-06-26 Thread Stephen Caporossi

Thanks for the replies and, as I said, this is/was a newbie question.

It turns out that I was editing a different radius.cfg!  I was editing
/usr/local/etc/radius.cfg as noted in section 3.2 of the manual.  Turns
out the startup script was looking to /etc/radiator/radius.cfg. 

I copied the radius.cfg, and the user file, to /etc/radiator and all
worked well.

Steve

Hugh Irvine wrote:
> 
> Hello Steve -
> 
> As has been mentioned elsewhere, a coy of the configuration file (no
> secrets) and a trace 4 debug from Radiator are needed to see what is
> happening.
> 
> thanks
> 
> Hugh
> 
> At 4:12 PM -0400 6/25/01, Stephen Caporossi wrote:
> >I am in the process of "evaluating" Radiator as well as setting up my
> >first radius server, and have a few questions about verifying the system
> >is working properly/configuring it to authenticate to /etc/shadow.
> >
> >I am running RHLinux 7.1 and Radiator 2.18.2.  It appears that the
> >install went OK and when I run radpwtst, without any arguments, it works
> >fine.  However, after configuring radius.cfg
> >to authenticate to /etc/shadow and/or to the users flat file, it returns
> >
> >Sending Access-Request...
> >Rejected: Request Denied
> >
> >radpwtst -user  -password 
> >
> >In the logfile, it tells me
> >Access rejected for :No such user
> >
> >the accounting works OK
> >
> >I added the user and password to the /usr/local/etc/users file and the
> >account also is created on the Linux box.  Any ideas and or suggestions
> >would be appreciated.
> >
> >Thanks, Steve
> >===
> >Archive at http://www.open.com.au/archives/radiator/
> >Announcements on [EMAIL PROTECTED]
> >To unsubscribe, email '[EMAIL PROTECTED]' with
> >'unsubscribe radiator' in the body of the message.
> 
> --
> 
> NB: I am travelling this week, so there may be delays in our correspondence.
> 
> Radiator: the most portable, flexible and configurable RADIUS server
> anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
> Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
> ===
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on [EMAIL PROTECTED]
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Newbie question: Radiator setup and config

2001-06-26 Thread Hugh Irvine


Hello Steve -

As has been mentioned elsewhere, a coy of the configuration file (no 
secrets) and a trace 4 debug from Radiator are needed to see what is 
happening.

thanks

Hugh


At 4:12 PM -0400 6/25/01, Stephen Caporossi wrote:
>I am in the process of "evaluating" Radiator as well as setting up my
>first radius server, and have a few questions about verifying the system
>is working properly/configuring it to authenticate to /etc/shadow. 
>
>I am running RHLinux 7.1 and Radiator 2.18.2.  It appears that the
>install went OK and when I run radpwtst, without any arguments, it works
>fine.  However, after configuring radius.cfg
>to authenticate to /etc/shadow and/or to the users flat file, it returns
>
>Sending Access-Request...
>Rejected: Request Denied
>
>radpwtst -user  -password 
>
>In the logfile, it tells me
>Access rejected for :No such user
>
>the accounting works OK
>
>I added the user and password to the /usr/local/etc/users file and the
>account also is created on the Linux box.  Any ideas and or suggestions
>would be appreciated.
>
>Thanks, Steve
>===
>Archive at http://www.open.com.au/archives/radiator/
>Announcements on [EMAIL PROTECTED]
>To unsubscribe, email '[EMAIL PROTECTED]' with
>'unsubscribe radiator' in the body of the message.

-- 

NB: I am travelling this week, so there may be delays in our correspondence.

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



RE: (RADIATOR) Newbie question: Radiator setup and config

2001-06-25 Thread Kitabjian, Dave

Put

Trace  4

in your config file and then restart Radiator. You'll probably get some
really useful logging information!

Dave

> -Original Message-
> From: Stephen Caporossi [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, June 25, 2001 4:12 PM
> To: [EMAIL PROTECTED]
> Subject: (RADIATOR) Newbie question: Radiator setup and config
> 
> 
> I am in the process of "evaluating" Radiator as well as 
> setting up my first radius server, and have a few questions 
> about verifying the system is working properly/configuring it 
> to authenticate to /etc/shadow.  
> 
> I am running RHLinux 7.1 and Radiator 2.18.2.  It appears 
> that the install went OK and when I run radpwtst, without any 
> arguments, it works fine.  However, after configuring radius.cfg 
> to authenticate to /etc/shadow and/or to the users flat file, 
> it returns 
> 
> Sending Access-Request...
> Rejected: Request Denied
> 
> radpwtst -user  -password 
> 
> In the logfile, it tells me 
> Access rejected for :No such user
> 
> the accounting works OK
> 
> I added the user and password to the /usr/local/etc/users 
> file and the account also is created on the Linux box.  Any 
> ideas and or suggestions would be appreciated.
> 
> Thanks, Steve
> ===
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on [EMAIL PROTECTED]
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
> 
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Newbie question: Radiator setup and config

2001-06-25 Thread Stephen Caporossi

I am in the process of "evaluating" Radiator as well as setting up my
first radius server, and have a few questions about verifying the system
is working properly/configuring it to authenticate to /etc/shadow.  

I am running RHLinux 7.1 and Radiator 2.18.2.  It appears that the
install went OK and when I run radpwtst, without any arguments, it works
fine.  However, after configuring radius.cfg 
to authenticate to /etc/shadow and/or to the users flat file, it returns 

Sending Access-Request...
Rejected: Request Denied

radpwtst -user  -password 

In the logfile, it tells me 
Access rejected for :No such user

the accounting works OK

I added the user and password to the /usr/local/etc/users file and the
account also is created on the Linux box.  Any ideas and or suggestions
would be appreciated.

Thanks, Steve
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.