Hi,

I've 2 wlan, a guest one with captive portal and an 802.1x authenticated one
(on AD using freeradius), and I've used the "shouldAutoRegister" hook to 
autoregister devices on the authenticated wlan, with something like:

----------------
if ($ssid =~ /AuthWLAN/)
    {
        $logger->trace("E' un utente che viene dalla Man-guest, lo 
autoregistro");
        return 1;

    }
-----------------

what I would like to achive now is to scan hosts with nessus before autoregister
them, to verify that they are compliance with some kind of policies, but setting

------
[scan]
registration=enabled
------

in pf.conf, enables scanning only on nodes of the guest wlan, autoregisterd 
devices aren't
scanned .



How can I achive this ? 



Regards


-- 
YACME S.r.l.
Via Majani, 2 - 40122 Bologna (BO)
Phone: +39 051 538709

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Packetfence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to