IPv6 Pool

2013-06-12 Thread William DELORAINE
Hello, I'm running FreeRadius 2.1.12 and I would like to know if it is able to manage IPv6 address pool? I would like my freeradius to provide IPv6 Prefix to the clients. If so, could you point me the way to do it? I checked ip_pool and sql_ippool with no luck. Best regards, William - List

Freeradius dpkg-buildpackage: error: unknown type name 'lt_dladvise'

2013-06-12 Thread Clement Ogedengbe
Can someone please help give solution to the problem arising from building Freeradius with dpkg-buildpackage -b -uc. The builder returned the error below modules.c: In function 'fr_dlopenext': modules.c:216:2: error: unknown type name 'lt_dladvise' modules.c:218:2: warning: implicit

Freeradius dpkg-buildpackage: error: unknown type name 'lt_dladvise'

2013-06-12 Thread Clement Ogedengbe
Can someone please help give solution to the problem arising from building Freeradius with dpkg-buildpackage -b -uc. The builder returned the error below modules.c: In function 'fr_dlopenext': modules.c:216:2: error: unknown type name 'lt_dladvise' modules.c:218:2: warning: implicit

Re: IPv6 Pool

2013-06-12 Thread Alan DeKok
William DELORAINE wrote: I’m running FreeRadius 2.1.12 and I would like to know if it is able to manage IPv6 address pool? Not right now. I'd suggest writing SQL queries to handle that. The sql_ippool module should be able to do it, if the queries are updated. Alan DeKok. - List

Re: Freeradius dpkg-buildpackage: error: unknown type name 'lt_dladvise'

2013-06-12 Thread Alan DeKok
Clement Ogedengbe wrote: Can someone please help give solution to the problem arising from building Freeradius with dpkg-buildpackage -b -uc. The builder returned the error below modules.c: In function 'fr_dlopenext': modules.c:216:2: error: unknown type name 'lt_dladvise' You don't

MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Franks Andy (RLZ) IT Systems Engineer
Hi all, I may again being doing something wrong but I've noticed an odd problem. I've connected up using the freetds libraries to an MSSQL server. iSQL works fine and I can do a query thus : Select NetworkCardID from Audit_NetworkCard where macaddress='00:14:22:53:de:58' +--+ |

FW: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Franks Andy (RLZ) IT Systems Engineer
Sorry, FR version 2.2.1. Thanks andy _ From: Franks Andy (RLZ) IT Systems Engineer Sent: 12 June 2013 17:43 To: freeradius-users@lists.freeradius.org Subject: MSSQL using unixodbc and truncation of characters Hi all, I may again being doing

Re: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Arran Cudbard-Bell
On 12 Jun 2013, at 17:42, Franks Andy (RLZ) IT Systems Engineer andy.fra...@sath.nhs.uk wrote: Hi all, I may again being doing something wrong but I’ve noticed an odd problem. I’ve connected up using the freetds libraries to an MSSQL server. What version are you using? Arran

Re: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Arran Cudbard-Bell
On 12 Jun 2013, at 17:47, Franks Andy \(RLZ\) IT Systems Engineer andy.fra...@sath.nhs.uk wrote: Sorry, FR version 2.2.1. Could you try version 3? I cleaned some of that code up a while back, it may be fixed. -Arran Arran Cudbard-Bell a.cudba...@freeradius.org FreeRADIUS Development Team

RE: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Franks Andy (RLZ) IT Systems Engineer
Hi Aaran, 2.2.1 version. It's similar to this : http://lists.freeradius.org/pipermail/freeradius-users/2009-May/038010.h tml same truncation to 4 digits, but that may be a coincidence. Any ideas? -Original Message- From:

Re: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Alan DeKok
Franks Andy (RLZ) IT Systems Engineer wrote: Hi Aaran, 2.2.1 version. It's similar to this : http://lists.freeradius.org/pipermail/freeradius-users/2009-May/038010.h tml same truncation to 4 digits, but that may be a coincidence. Any ideas? It's likely the same issue. My suspicion

FW: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Franks Andy (RLZ) IT Systems Engineer
Just as an aside - is the rlm_sql_freetds module deprecated - it doesn't have any config or make related stuff in the git clone I downloaded for 2.2 .. only one file - sql_freetds.c. I was hoping to try it and possibly the iodbc driver as well instead of odbc, unless I'm off on the wrong track

JFYI, a start on DDDS support

2013-06-12 Thread Brian Julin
I started working on DDDS support a while back and the code is to the point where I can swallow my pride enough to let other people see it. It is far from completely debugged/tested, and it is just the analogue to rlm_realm for DDDS -- it does nothing but create some attributes and will be moot

Re: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Arran Cudbard-Bell
On 12 Jun 2013, at 19:20, Franks Andy \(RLZ\) IT Systems Engineer andy.fra...@sath.nhs.uk wrote: Just as an aside - is the rlm_sql_freetds module deprecated - it doesn't have any config or make related stuff in the git clone I downloaded for 2.2 .. only one file - sql_freetds.c. I was hoping

RE: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Franks Andy (RLZ) IT Systems Engineer
More compelling reasons to move to version 3 then. I'll try it tomorrow. Thanks for the help. Andy -Original Message- From: freeradius-users-bounces+andy.franks=sath.nhs...@lists.freeradius.org [mailto:freeradius-users-bounces+andy.franks=sath.nhs.uk@lists.freeradiu s.org] On Behalf Of