Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Node Radius Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Node Radius Server
Commits
13f10bae
Commit
13f10bae
authored
Feb 16, 2020
by
simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add eslint and prettier
parent
837453fc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
5 deletions
+27
-5
.eslintrc.js
.eslintrc.js
+7
-0
.gitignore
.gitignore
+13
-0
.prettierrc
.prettierrc
+6
-0
README.md
README.md
+1
-5
No files found.
.eslintrc.js
0 → 100644
View file @
13f10bae
module
.
exports
=
{
root
:
true
,
extends
:
[
'
@hokify/eslint-config
'
],
parserOptions
:
{
project
:
'
./tsconfig.eslint.json
'
}
};
.gitignore
0 → 100644
View file @
13f10bae
node_modules/*
.DS_Store
# build files
dist
# certificates
ssl/*.pem
*.crt
*.key
# ts
tsconfig.tsbuildinfo
.prettierrc
0 → 100644
View file @
13f10bae
{
"printWidth": 100,
"singleQuote": true,
"useTabs": true,
"endOfLine": "lf"
}
README.md
View file @
13f10bae
...
...
@@ -4,11 +4,7 @@ Basic RADIUS Server for node.js for Google LDAP Service and WPA2 Enteprise WLAN
## Known Issues / Disclaimer
This is a first implementation draft, which is currently NOT WORKING:
There is still one major issue left to get things going:
https://github.com/nodejs/node/issues/31802
that's why it's currently not possible to calculate MS-MPPE-Send-Key and MS-MPPE-Recv-Key.
This is a first implementation draft, which is currently only working with a nodejs fork (see https://github.com/nodejs/node/pull/31814).
*
PAP / CHAP RFC not found to implement this correctly
*
Project needs more structure and interfaces to extend it more easily in the future (make a full radius server out of it ;)?)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment