Giter Site home page Giter Site logo

Comments (3)

psanford avatar psanford commented on July 29, 2024

Currently node-radius only supports PAP authentication. If you don't see the User-Password attribute that means that the MSM720 is configured to use some other type of authentication protocol like CHAP or MS-CHAPv2. If you are using WPA enterprise, then that will be further encapsulated inside an EAP message (see rfc3579). You can check to see if the radius packets have the EAP-Message attribute set.

We've not had any need to support CHAP or MS-CHAPv2. We would be happy to take a pull request to add support for one or both of these.

Supporting EAP will be a much larger endeavor. EAP is big enough that it deserves its own package (external to node-radius). Depending on how it worked, it might be reasonable to have hooks in node-radius to hand off authentication to an external EAP package.

from node-radius.

pwldp avatar pwldp commented on July 29, 2024

I use WPA-Enterprise with MS-CHAPv2 and I thought it will be easier to run using Node. Alternative to me is to setup Windows server with AD which is compatible with MSM720. This solution is faster.

I can see that implement WPA-Enterprise is a more complex problem. I haven't time and knowledge to do that, but I can participate in tests if someone will implement this feature.

from node-radius.

exculibar avatar exculibar commented on July 29, 2024

I use node-radius and node-chap made a simple project which supports PAP / CHAP / MSCHAPv1 / MSCHAPv2 authentication.

https://github.com/exculibar/nadius

from node-radius.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.