I want to unassign categories for a device that is auto-registered by
802.1x.  Before I try this..


if (defined($ssid) && $ssid eq 'eduroam') {
            my %info = (
                'category' => '',
            );
            node_modify($mac,%info);
    $logger->info("TESTING: Setting category to null for $mac on $ssid");
 }

Will that reset the category to nothing for the device or do I need
something different for the category value.  Trying to avoid having someone
connect to the MAC auth network, subsequently get unregistered due to
timeout, then connect with 802.1x and the device is permanently registered
and usable on the MAC auth network with no timeout.

Also, it makes it easier to look at the node list.  :D
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to