Projet

Général

Profil

« Précédent | Suivant » 

Révision d2fdc707

Ajouté par dariomas il y a plus de 9 ans

Correct evaluation for "Acct-Interim-Interval" from RADIUS

Setting "Acct-Interim-Interval :=600" in FreeRadius2 evaluates to 'random' values with PfSense 2.1.
Possibly a bug related to:
https://forum.pfsense.org/index.php?topic=60079.0
https://forum.pfsense.org/index.php?topic=60262.0

Voir les différences:

etc/inc/radius.inc
686 686
                break;
687 687

  
688 688
            case 85: /* Acct-Interim-Interval: RFC 2869 */
689
                $this->attributes['interim_interval'] = radius_cvt_int($datav[1]);
689
                $this->attributes['interim_interval'] = radius_cvt_int($data);
690 690
                break;
691 691
            }
692 692
        }

Formats disponibles : Unified diff