Durand
Durand
There is still references of the cisco switches you remove in constants/switch_acls.pm
It miss the upgrade script in order to rename the switch module in the switches.conf (the one defined in use base)
It miss the reference of the Meraki::MS in web/constanp.pm ``` Readonly::Scalar our $EXT_URL_MERAKI_MS => '^/Meraki::MS'; ```
What trigger the script ?
Needs to adapt the Huawei dictionary https://github.com/Huawei/OSPO/blob/main/Dictionary_FreeRadius
It´s an option in the profile in the PKCS12 section "Email the password of the pkcs12 file."
I have made some changes and with the radius request in #7402 i am able to have a radius answer.
I did a change and tried to mimic the radius request (for wire and wireless) , i am able to authenticate/disconnect on both. I also added the Frames-Ip-Address in the...
My bad, it should be ok now.
For 1. we can use that: https://pkg.go.dev/github.com/globalsign/est For 2. we will probably need to create a SCEP client in the PacketFence-pki to forward the request to the otehr SCEP server....