Hi Guys , I recently installed freeradius on my oracle linux server: yum install freeradius was the command I used. I want to setup my radius server to receive some accounting and store it on my mysql db. Question: Where are located the mysql schema ? How can I change/tune the queries to the db ? The directory /etc/raddb/mods-config/sql/main is empty. The file /mods-config/sql/main/mysql/queries.conf Where can I find the mysql schema and queries.conf ?? Im running : [root@AR-LXFEAPIDV01 main]$ radiusd -v radiusd: FreeRADIUS Version 3.0.4, for host x86_64-redhat-linux-gnu, built on Jan 17 2017 at 10:28:38 Thanks !!! Leandro.
yum install freeradius-mysql ? on some distros, the freeradius package is split up into many parts because, well, you know, its expected that everyone just magically knows all the bits they'll need ;-) yum search freeradius alan On 26 April 2017 at 20:11, Leandro <ingrogger@gmail.com> wrote:
Hi Guys , I recently installed freeradius on my oracle linux server: yum install freeradius was the command I used. I want to setup my radius server to receive some accounting and store it on my mysql db. Question: Where are located the mysql schema ? How can I change/tune the queries to the db ?
The directory /etc/raddb/mods-config/sql/main is empty. The file /mods-config/sql/main/mysql/queries.conf Where can I find the mysql schema and queries.conf ??
Im running : [root@AR-LXFEAPIDV01 main]$ radiusd -v radiusd: FreeRADIUS Version 3.0.4, for host x86_64-redhat-linux-gnu, built on Jan 17 2017 at 10:28:38
Thanks !!! Leandro. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Wed, Apr 26, 2017 at 10:11:31PM +0100, Alan Buxey wrote:
on some distros, the freeradius package is split up into many parts because, well, you know, its expected that everyone just magically knows all the bits they'll need ;-)
Because package dependencies. Otherwise the main binary package would pull in loads of likely unwanted client libraries. -- Matthew
...we're talking about distros that already have huge amounts of installed libraries all because of one tool - tried removing the provided openldap for example? or wanted samba to install without all those other unwanted things? ;-) if you want it streamlined, install it yourself from source :) On 26 April 2017 at 22:15, Matthew Newton <matthew@newtoncomputing.co.uk> wrote:
On Wed, Apr 26, 2017 at 10:11:31PM +0100, Alan Buxey wrote:
on some distros, the freeradius package is split up into many parts because, well, you know, its expected that everyone just magically knows all the bits they'll need ;-)
Because package dependencies.
Otherwise the main binary package would pull in loads of likely unwanted client libraries.
-- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Plan9 - its the only way.... though for mainstream DragonFlyBSD alan On 26 April 2017 at 22:52, Matthew Newton <matthew@newtoncomputing.co.uk> wrote:
On Wed, Apr 26, 2017 at 10:17:42PM +0100, Alan Buxey wrote:
if you want it streamlined, install it yourself from source :)
apt-get install debian
-- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi Alan, thanks for you help on this. yum install freeradius-mysql ? returns "No package freeradius-mysql available." and yum search freeradius Returns: freeradius.x86_64 : High-performance and highly configurable free RADIUS server radcli-compat-devel.x86_64 : Development files for compatibility with radiusclient-ng and freeradius-client Can I add some repo to find the mysql module or should I compile my self ? Thanks!!! On 26/04/17 18:11, Alan Buxey wrote:
yum install freeradius-mysql ?
on some distros, the freeradius package is split up into many parts because, well, you know, its expected that everyone just magically knows all the bits they'll need ;-)
yum search freeradius
alan
Hi Guys , I recently installed freeradius on my oracle linux server: yum install freeradius was the command I used. I want to setup my radius server to receive some accounting and store it on my mysql db. Question: Where are located the mysql schema ? How can I change/tune the queries to the db ?
The directory /etc/raddb/mods-config/sql/main is empty. The file /mods-config/sql/main/mysql/queries.conf Where can I find the mysql schema and queries.conf ??
Im running : [root@AR-LXFEAPIDV01 main]$ radiusd -v radiusd: FreeRADIUS Version 3.0.4, for host x86_64-redhat-linux-gnu, built on Jan 17 2017 at 10:28:38
Thanks !!! Leandro. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 26 April 2017 at 20:11, Leandro <ingrogger@gmail.com> wrote: - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan Buxey -
Leandro -
Matthew Newton