-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for EAP-MD5 #10
Comments
I'm not sure what the scope is. I know support for the EAP-Message attribute needs to be added, but I'd have to do more reading beyond that. If you have any more details, @artooro, that would definitely help. |
I experimented very briefly using this library to try and do some EAP things (which I recognized was not supported here but I was willing to go down a path of implementation) and looked at some "prior art" in other go-based radius/eap libraries just to see if I could get anywhere (I was looking at EAP+ multiple things/pretty much any options like EAP+PWD). I know enough about EAP-Message(ing) to realize I was immediately going to have to spend a solid amount of time dealing with it and had to stop (and have nothing to show) Just for reference I did look at: we deploy freeradius locally with custom user-management scheme, all here, and I would love to eliminate freeradius and do a specific/custom solution just for our VLAN management/user login (currently using PEAP+phase2=mschapv2). Just in terms of what I was playing with when using some of the libs/forks/etc. using
and the command (some of which isn't/wasn't needed for testing the libs but still)
The above may not all be applicable but it was my "first steps" towards seeing if there was a way to move forward at the time and I couldn't find a good one (not just in go either, I explored some other libraries in other languages) :/ |
Yeah I tried implementing it myself as well, but quickly realized (maybe not quick enough) that there's a reason freeradius is the only open source server that supports EAP. |
Is there any update on this? I'm trying to use it for 802.1x authentication. |
I implemented the EAP MD5 function, it's quite crude and the code is a bit messy. |
How much work would it be to add support for EAP-MD5? I was looking to use this in combination with strongswan via eap-radius.
The text was updated successfully, but these errors were encountered: