Re: 3gpp with Freeradius

2013-04-10 Thread Mulindwa
Hi there , For some reason am not getting the callingstation-ID for my users who are using 3gpp, could be missing something in the config, i have done some reading and all my settings seem fine. This is how my accounting looks and am missing a key feature which is the calling station ID Wed

Re: 3gpp with Freeradius

2013-04-10 Thread Alan DeKok
Mulindwa wrote: Hi there , For some reason am not getting the callingstation-ID for my users who are using 3gpp, could be missing something in the config, i have done some reading and all my settings seem fine. This is how my accounting looks and am missing a key feature which is the

Re: Freeradius + MySQL + Daloradius

2013-04-10 Thread Alan DeKok
Erik Sellgren wrote: I am trying to setup wireless authentication through my mikrotik router using freeradius with mysql and daloradius. I have the server setup and working, I can use NTradtest from my pc and I get Access-Accept messages in return with my cleartext user/password, username

sql checkval Operator which work with Value comma (,)

2013-04-10 Thread EasyHorpak.com
Dear All I need to use modules checkval to check Multi NAS-Identifier many docs setup is to set := NAS1 But How can I use  := NAS1,NAS2,NAS3 Which Operator can i use with comma? I can not use 1 nas per row. Because I have many GroupName

Re: sql checkval Operator which work with Value comma (,)

2013-04-10 Thread Arran Cudbard-Bell
On 10 Apr 2013, at 08:15, EasyHorpak.com i...@easyhorpak.com wrote: Dear All Jesus Fuck, what the hell are those hideously coloured blinking things at the bottom of your email. You're trying to advertise using your signature?! Have you any idea how completely inappropriate that is on a

segfault error

2013-04-10 Thread Chris Taylor
I am running freeradius2-2.1.12-5.el5 on a CentOS server release 5.9 (Final). I was doing some testing on some new RADIUS servers that we want to put into production and I got the following error. /var/log/messages Apr 9 17:33:45 on-radius01 kernel: radiusd[8831]: segfault at 2aae660ae000

Re: sql checkval Operator which work with Value comma (,)

2013-04-10 Thread EasyHorpak.com
On 10/04/2556 19:20, Arran Cudbard-Bell wrote: On 10 Apr 2013, at 08:15, EasyHorpak.com i...@easyhorpak.com wrote: Dear All Jesus Fuck, what the hell are those hideously coloured blinking things at the bottom of your email. You're trying to advertise using your signature?! Have you any idea

Re: segfault error

2013-04-10 Thread Alan DeKok
Chris Taylor wrote: I am running freeradius2-2.1.12-5.el5 on a CentOS server release 5.9 (Final). I was doing some testing on some new RADIUS servers that we want to put into production and I got the following error. Well... upgrade to 2.2.0. There's no reason for us to debug issues in old

freeradius in cloud using openstack

2013-04-10 Thread faizal ghazali
Hi, can anybody here teach me how to install freeradius in openstack infrastructure? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius in cloud using openstack

2013-04-10 Thread Arran Cudbard-Bell
On 10 Apr 2013, at 10:04, faizal ghazali fgha...@gmail.com wrote: Hi, can anybody here teach me how to install freeradius in openstack infrastructure? No. -Arran - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Fwd: How to configure RADIUS +LDAP using SASL/Certificate based binding instead of usernames and passwords

2013-04-10 Thread John Dennis
On 04/10/2013 12:03 AM, pramod kulkarni wrote: Thanks John for the reply. can I use EAP-TLS method of authentication with LDAP as backend datastore to check usernames and passwords. It would be like I bind to RADIUS server with EAP-TLS method using certificate and check

Re: How to configure RADIUS +LDAP using SASL/Certificate based binding instead of usernames and passwords

2013-04-10 Thread Arran Cudbard-Bell
There are other ways to establish the trust between radiusd and LDAP beside simple binds which do not involve passwords. All of these use SASL in some form. Unfortunately rlm_ldap does not support them. I know Alan rewrote rlm_ldap recently for the upcoming 3.0 version, I don't know if

Freeradius 3 LDAP Generic Attributes

2013-04-10 Thread Nicholas Lemberger
Hi, I've been puttering around with FR3 and haven't been able to figure out how to set up a mapping from LDAP 'radiusReplyItem' 'radiusCheckItem' attributes to FR3 generic attributes. While we do often create a special LDAP attribute for what we need, the generic attributes in FR2 made testing

Re: Freeradius 3 LDAP Generic Attributes

2013-04-10 Thread Arran Cudbard-Bell
I've been puttering around with FR3 and haven't been able to figure out how to set up a mapping from LDAP 'radiusReplyItem' 'radiusCheckItem' attributes to FR3 generic attributes. I guess if it was useful we could add it back in, there's no real reason not to. Could you remind me what the

compile with ldap support

2013-04-10 Thread Chris Taylor
What are options do I have to use to compile freeradius with ldap support turned on? I tried ./configure -with-ldap but that didn't seem to work I still get an error about not being able to find rlm_ldap. I checked the mail archives but I couldn't find anything. Thanks, Chris - List

Re: compile with ldap support

2013-04-10 Thread Arran Cudbard-Bell
On 10 Apr 2013, at 21:12, Chris Taylor chris.tay...@corp.eastlink.ca wrote: What are options do I have to use to compile freeradius with ldap support turned on? I tried ./configure –with-ldap but that didn’t seem to work I still get an error about not being able to find rlm_ldap. I checked

RE: compile with ldap support

2013-04-10 Thread Chris Taylor
How do I check that I have them installed I have the openldap rpm installed. I am trying to go from an rpm build to a source build to fix a problem. Chris -Original Message- From: freeradius-users-bounces+chris.taylor=corp.eastlink...@lists.freeradius.org

Re: compile with ldap support

2013-04-10 Thread Alan DeKok
Chris Taylor wrote: How do I check that I have them installed I have the openldap rpm installed. This is really a question for your OS vendor. How about man rpm? Or google? And you also want the libldap development headers. Just installing the OpenLDAP server won't get those. Alan