Thanks for the help! Once I created the file and just add the secret my
command executed and is now populating my secondary accounting server with
data. The key for me was finding out that I need the file with the secret in
it instead of trying to pull it from a clients.conf file on either server. I
wish the docs has spoke more to this instead of implying that you could just
pull it from the clients file. Maybe I am just too thick headed and read a
little too deeply.

Thanks Kevin

David


---------------------------------------------------------------------------
On Monday 18 April 2005 16:35, David Jones wrote:
> So I end up with a command looking like this..
> /usr/local/bin/radrelay -a /var/log/radius/raddact -d /etc/raddb/ \ -S
> /path/to/clients.conf -r localhost:1646 detail combined
>
> And I get.   Secret in /path/toMerit/clients is to short.

David,

The file holding the secret for radrelay to use must only have that secret
in 
it.  Something like this...

/usr/bin/radrelay -a /var/log/radius/radacct -d /etc/raddb 
-S /etc/raddb/secret.localhost -r localhost:1646 detail

/etc/raddb/secret.localhost:
testing123

Kevin Bonner


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to