Hello,
I have find the solution for me in this post

https://github.com/inverse-inc/packetfence/issues/2291
In my first post, i'm using IAP 105.
For IAP 305, i have modified the Aruba.pm (it's works on the 2 IAP models)
and restart packetfence.
*I don't use COA in the switch configuration*
The change (start line 484 ):

        # transforming MAC to the expected format 00-11-22-33-CA-FE
       # $mac = uc($mac);
       # $mac =~ s/:/-/g;
        $mac = lc($mac);
        $mac =~ s/://g;

        # Standard Attributes
        my $attributes_ref = {
            'Calling-Station-Id' => $mac,
            'User-Name' => $mac,
            'NAS-IP-Address' => $send_disconnect_to,
            'Acct-Session-Id' => $acctsessionid,
        };


Regards

Le jeu. 6 déc. 2018 à 08:13, Nicolas Quiniou-Briand via PacketFence-users <
packetfence-users@lists.sourceforge.net> a écrit :

> Hello Bram,
>
> On 2018-12-05 1:45 p.m., Bram Wittendorp wrote:
> > I was trying this out on my iPad an I was also using CoA. But it didn't
> work from me.
>
> What say the packetfence.log when you use CoA ?
> --
> Nicolas Quiniou-Briand
> n...@inverse.ca  ::  +1.514.447.4918 *140  ::  https://inverse.ca
> Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence
> (https://packetfence.org) and Fingerbank (http://fingerbank.org)
>
>
> _______________________________________________
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to