Tim DeNike wrote:
> 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

Ooh...  I've been thinking about this lately as well.  Right now I'm
looking at the wired side for this, though.  If we're requiring 802.1x,
then we shouldn't allow MAB if a user fails an 802.1x login...

Report back how this works out if you try it..


-- 
---------------------------
Jason 'XenoPhage' Frisvold
[email protected]
---------------------------

"Any sufficiently advanced magic is indistinguishable from technology.\"
- Niven's Inverse of Clarke's Third Law

------------------------------------------------------------------------------
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