Re: Freeradius 3.0.0 Installation mode requires -rpath during sudo make install

2012-09-21 Thread Ben Brown
On Fri, Sep 21, 2012 at 03:10:51AM +0100, YJ Zhang wrote: It seems libtool/autoconf/automake related, but I don't know enough to make heads-or-tails out of how to get around this. Any advice? Thanks in advance. I've just ran './configure make make R=/tmp/fr install on my debian squeeze box

Dynamic realm+home_server_pool from LDAP/SQL

2012-09-21 Thread Wilco Baan Hofman
Hi, I'm looking through the code and documentation of freeradius now to see if it is possible to use freeradius with a backend database for realms. For clients this can be fixed with dynamic clients and overwriting attributes.. but for realms this does not seem possible. Did I miss something?

pam_radius requires setting Auth-Type ?

2012-09-21 Thread NdK
Hello all. We just added pam_radius to our vpn host, to authenticate vpn users throught our (working) RADIUS server. IIUC pam_radius is sending a PAP message: Access-Request packet from host 192.168.130.61 port 9327, id=233, length=99 User-Name = STUDENTI\\studente.fittizio

Re: Dynamic realm+home_server_pool from LDAP/SQL

2012-09-21 Thread Arran Cudbard-Bell
I'm looking through the code and documentation of freeradius now to see if it is possible to use freeradius with a backend database for realms. Not to define new realms no. For clients this can be fixed with dynamic clients and overwriting attributes.. but for realms this does not seem

Re: pam_radius requires setting Auth-Type ?

2012-09-21 Thread Fajar A. Nugraha
On Fri, Sep 21, 2012 at 5:24 PM, NdK ndk.cla...@gmail.com wrote: Hello all. We just added pam_radius to our vpn host, to authenticate vpn users throught our (working) RADIUS server. IIUC pam_radius is sending a PAP message: Access-Request packet from host 192.168.130.61 port 9327, id=233,

Re: external script problem

2012-09-21 Thread Phil Mayers
On 20/09/12 22:03, Fajar A. Nugraha wrote: Since the OP's script (the one he posted last anyway) checks something like if ($password == 'bar'), I assume he has passwords in clear text, so it might be possibe to use something like He did say it was simplified but yes, if he has that, that's a

Re: pam_radius requires setting Auth-Type ?

2012-09-21 Thread Alan DeKok
NdK wrote: We just added pam_radius to our vpn host, to authenticate vpn users throught our (working) RADIUS server. IIUC pam_radius is sending a PAP message: ... But if I don't add (in users file) a line like: DEFAULT NAS-Identifier == openvpn, Auth-Type := PAP FR complains: ERROR: No

Re: Dynamic realm+home_server_pool from LDAP/SQL

2012-09-21 Thread Alan DeKok
Wilco Baan Hofman wrote: I'm looking through the code and documentation of freeradius now to see if it is possible to use freeradius with a backend database for realms. Realms, maybe. It's a lot more difficult with home servers. For clients this can be fixed with dynamic clients and

Re: Freeradius-Users Digest, Vol 89, Issue 58

2012-09-21 Thread Matthew
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Dynamic realm+home_server_pool from LDAP/SQL

2012-09-21 Thread Wilco Baan Hofman
On Fri, 2012-09-21 at 13:05 +0200, Alan DeKok wrote: Wilco Baan Hofman wrote: I'm looking through the code and documentation of freeradius now to see if it is possible to use freeradius with a backend database for realms. I'm looking to implement this if it's not there, in what way can I

Re: Freeradius 3.0.0 Installation mode requires -rpath during sudo make install

2012-09-21 Thread YJ Zhang
On Fri, Sep 21, 2012 at 03:10:51AM +0100, YJ Zhang wrote: It seems libtool/autoconf/automake related, but I don't know enough to make heads-or-tails out of how to get around this. Any advice? Thanks in advance. I've just ran './configure make make R=/tmp/fr install on my debian squeeze

Time based bandwidth control

2012-09-21 Thread Antonio Modesto
Hi, Is there any attribute on radius that I can use to provided time based bandwidth control? My boss asked me to implement a solution to double the client's rate limit during the night, we use mikrotik here. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Time based bandwidth control

2012-09-21 Thread Nick Warr
Il 21/09/2012 16.29, Antonio Modesto ha scritto: Hi, Is there any attribute on radius that I can use to provided time based bandwidth control? My boss asked me to implement a solution to double the client's rate limit during the night, we use mikrotik here. - List

Re: Freeradius 3.0.0 Installation mode requires -rpath during sudo make install

2012-09-21 Thread Phil Mayers
On 21/09/12 15:27, YJ Zhang wrote: On Fri, Sep 21, 2012 at 03:10:51AM +0100, YJ Zhang wrote: It seems libtool/autoconf/automake related, but I don't know enough to make heads-or-tails out of how to get around this. Any advice? Thanks in advance. I've just ran './configure make make