Hi there,

Radius AD machine auth is not working for me with Packetfence 6.0.3.
The problem seems to be Radius sending "host/<computer>" to ntlm_auth command 
instead of <computer>$ .

As a quick fix I added the following to packetfence and packetfence-tunnel 
radius sites:

        if (User-Name =~ /^host\/([[:alnum:]]*).*/i ) {
                update request {
                        Stripped-User-Name := "%{1}$"
                }
        }

I guess this should be working out of the box, so probably I'm doing something 
wrong with PF config.
Any hint?

Thanks,
Ricardo
                                          
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to