Skip to content
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

Receiving usernames and passwords encrypted when using EAP-TTLS authentication #7

Closed
Xsmael opened this issue May 15, 2014 · 1 comment

Comments

@Xsmael
Copy link

Xsmael commented May 15, 2014

I'm receiving the username in a format i don't know how to deal with. and i don't receive any passord values, but an "EAP-message" which is an array of numbers. so how can I deal with this kind of authentication to recognize my users ?
here is what i'm receiving
"User-Name": "{am=1}EAE04995A457FA69F6F3F63341A8E754@comuni.com",
"EAP-Message": [2,1,0,53,1,123,97,109,61,49,125,69,65,69,48,52,57,57,53,65,52,53,55,70,65,54,57,70,54,70,51,70,54,51,51,52,49,65,56,69,55,53,52,64,117,110,105,99,111,109,46,98,102],
"Message-Authenticator":[197,52,81,200,32,118,245,164,162,2,67,28,130,110,206,44 ]

PS: I'm trying to install and configure your RADIUS server with Alvarion systems, but i'm experiencing couple of problems and would like your help in this matter to get it Up and running. So if you have some time and are ready to help, here is my e-mail: puissancisma@gmail.com (i didn't found yours)
Regards.

@muirmanders
Copy link
Contributor

Currently node-radius only supports PAP. You will have to decode the EAP packet yourself to authenicate the user. Please consult RFC 3579 as a starting point (http://www.ietf.org/rfc/rfc3579.txt).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants