I deactivated buffered-sql and logging directly to mysql by deafult module.
Just one basic question :
Buffered_SQL is single threaded module? and does not make use of available mysql threads to complete the jobs in parallel?
 
Thanks,
Rams.
 
 
 
 
 
Message: 5
Date: Thu, 03 Sep 2009 05:32:53 +0100
From: Arran Cudbard-Bell <a.cudbard-bell@sussex.ac.uk>
Subject: Re: freeradius2.1.6| buffered-sql | acctstoptime problems
To: FreeRadius users mailing list
       <freeradius-users@lists.freeradius.org>
Message-ID: <4A9F46F5.7060806@sussex.ac.uk>
Content-Type: text/plain; charset="utf-8"

Alan DeKok wrote:
> Ivan Kalik wrote:
>
>> Counter? Write detail.work.counter onto the disk, increment it every time
>> packet is processed and return to zero when detail.work is deleted. It
>> will say how many packets to skip when radiusd is restarted.
>>
>
>   Hmm... OK.  Or slightly differently: the offset in the file of where
> it last read a packet.
>
>
Yep that's a good option.
>   Maybe for 2.1.8.
>
>
This is pretty much a none issue. Just have the detail file writer start
a new file every minute/hour, then the number of repeated entries is
very small. It's only when you have it start a new file every day, or
use one monolithic detail file that you run into problems.

-Arran

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
Url : <https://lists.freeradius.org/pipermail/freeradius-users/attachments/20090903/2f6c141e/attachment.bin>

------------------------------

Message: 6
Date: Thu, 3 Sep 2009 01:00:57 -0700 (PDT)
From: pfafenback <ouioui.bambin@laposte.net>
Subject: Re: Cleartext-Password not found + CHAP and  LDAP
To: freeradius-users@lists.freeradius.org
Message-ID: <25271424.post@talk.nabble.com>
Content-Type: text/plain; charset=us-ascii


Shame on me!!!!!

For information my config(working) for the file /sites-enabled/default is
now :
Auth-Type CHAP {
       #Modification du mdp venant du LDAP pour comparaison CHAP (fontionne
enfin!):
        if (control:Cleartext-Password =~ /ethernet (.*)/i ) {
               update control {
                       Cleartext-Password := "%{1}"
               }
               ok
       }
       chap
       }

thanks a lot Ivan.
--
View this message in context: http://www.nabble.com/Cleartext-Password-not-found-%2B-CHAP-and--LDAP-tp25240478p25271424.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.



------------------------------

Message: 7
Date: Thu, 03 Sep 2009 11:11:43 +0200
From: Amr el-Saeed <amr.elsaeed@tedata.net>
Subject: NAS-PORT-ID in the auth. log instead of NAS-PORT
To: FreeRadius users mailing list
       <freeradius-users@lists.freeradius.org>
Message-ID: <4A9F884F.4080001@tedata.net>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: <https://lists.freeradius.org/pipermail/freeradius-users/attachments/20090903/a6c2c027/attachment.html>

------------------------------

Message: 8
Date: Thu, 3 Sep 2009 13:30:54 +0400
From: George Koulyabin <jumbo@vinf.ru>
Subject: Re: SQL Huntgroup only work with user check, not group check
To: FreeRadius users mailing list
       <freeradius-users@lists.freeradius.org>
Message-ID: <20090903093054.GB60584@jumbo.vinf.ru>
Content-Type: text/plain; charset=koi8-r

On Tue, Sep 01, 2009 at 09:49:20PM -0300, Carlos Eduardo Tavares Terra wrote:
> +----+-----------+--------------+-----------+
> | id | groupname | nasipaddress | nasportid |
> +----+-----------+--------------+-----------+
> |  5 | wireless  | 192.168.2.5  | NULL      |
> |  4 | adsl      | 192.168.2.6  | NULL      |
> +----+-----------+--------------+-----------+

You described the huntgroups for Your hardware.

> +----------+-----------+----------+----+
> | username | groupname | priority | id |
> +----------+-----------+----------+----+
> | jack     | wireless  |        1 |  1 |
> +----------+-----------+----------+----+

User jack had got the 'wireless' membership.

> +----+----------+--------------------+----+----------+
> | id | username | attribute          | op | value    |
> +----+----------+--------------------+----+----------+
> |  5 | jack     | Huntgroup-Name     | == | wireless |
> |  4 | jack     | Cleartext-Password | := | foo      |
> +----+----------+--------------------+----+----------+
You wrote rules for authorization/athentication of jack: Jack grants access from hardware of 'wireless' huntgroup with 'foo' password.

> mysql> select * from radgroupcheck;
> +----+-----------+----------------+----+----------+
> | id | groupname | attribute      | op | value    |
> +----+-----------+----------------+----+----------+
> |  8 | wireless  | Huntgroup-Name | == | wireless |
> +----+-----------+----------------+----+----------+

But there is You wrote that You want to authorize the 'wireless' memebership for jack.


------------------------------

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


End of Freeradius-Users Digest, Vol 53, Issue 11
************************************************