node-radius
node-radius copied to clipboard
Node.js RADIUS library for packet encoding and decoding.
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | minor | `4.3` -> `4.9` | --- ### Release Notes nodejs/node (node)...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | minor | `0.10` -> `0.12` | --- ### Release Notes nodejs/node (node)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [nodeunit](https://redirect.github.com/caolan/nodeunit) | [`~0.8.6` → `~0.11.0`](https://renovatebot.com/diffs/npm/nodeunit/0.8.8/0.11.3) |  |  | --- ### Release...
A small snippet of code I can't request the user to disconnect, it doesn't happen ` const encoded = radius.encode({ code: 'Disconnect-Request', secret: this.secret, identifier: 0, attributes: [ ['User-Name', connect.username],...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/retailnext/node-radius). ## Config Migration Needed - [ ]...
This patch updates the use of buffers to be in line with current standards. The biggest upside is that buffers get zero-filled automatically when allocating them with `Buffer.alloc`, so we...
I want to authenticate user in Active Directory with chap or mschap. The radius comes as a password . There is no way to code this. How can I query...
How should I go about authenticating with Active Directory? Thankx
I want to add WISPr dictionary but I get encoding error. I added file dictionary.wispr in dictionary folder https://opensource.apple.com/source/freeradius/freeradius-11/freeradius/share/dictionary.wispr.auto.html
Hello guys. I'm trying to use this library to perform `Status-Server` requests to a FreeRADIUS server v3.0.19 following the spec and examples in official RFC (section 6.): https://freeradius.org/rfc/rfc5997.html This is...