Re: [PacketFence-users] 802.1x machine authentication under Linux

2023-03-21 Thread Zammit, Ludovic via PacketFence-users
Hello Francis, I don’t think it would be doable because the workflow to allow a computer authentication rely a LDAP attribute servicePrincipalName which I don’t think the linux computer object has and passes through the the wpa_supplicant. I think the best way to handle that situation is to do

Re: [PacketFence-users] 802.1x machine authentication under Linux

2023-03-21 Thread sgiops sgiops via PacketFence-users
Hello Francis, wpa_supplicant can be used to authenticate the machine once the ethernet interface goes up. Ubuntu seems to already have some script inside the /etc/network/ifup.d. I never managed to do that but i think it's possible. The following link can provide you some idea https://wiki.gent

[PacketFence-users] 802.1x machine authentication under Linux

2023-03-21 Thread Francis via PacketFence-users
Hello, I was able to configure Packetfence to do machine authentication for Windows desktops. I'm using AD as an authentication source configured with the computers OU, so user authentication is not possible. This works fine for both wired 802.1x and WPA2-Enterprise wifi. Now I wonder how to do t