You need to sign in or sign up before continuing.
fix: a lot of bug fixes, first running version for windows and android :)
code is super ugly right now.. please don't judge
Showing
config.js
0 → 100644
| ... | ... | @@ -3,7 +3,7 @@ |
| "description": "radius server for google LDAP and TTLT", | ||
| "version": "0.0.1", | ||
| "scripts": { | ||
| "start": "node dist/app.js", | ||
| "start": "/home/simon/Dev/others/node/node dist/app.js", | ||
| "build": "tsc", | ||
| "dev": "ts-node src/app.ts", | ||
| "test-ttls-pap": "eapol_test -c ./ttls-pap.conf -s testing123", | ||
| ... | ... | @@ -17,7 +17,8 @@ |
| "ts-node": "^8.6.2", | ||
| "type-cacheable": "^4.0.0", | ||
| "yargs": "~15.1.0", | ||
| "md5": "^2.2.1" | ||
| "md5": "^2.2.1", | ||
| "passport-ldapauth": "^2.1.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/ldapjs": "^1.0.5", | ||
| ... | ... |
src/types/Authentication.ts
0 → 100644
ssl/README.md
0 → 100644
ssl/ca.cnf
0 → 100644
ssl/cert/index.txt
0 → 100644
ssl/cert/serial
0 → 100644
ssl/server.cnf
0 → 100644
ssl/sign.sh
deleted
100644 → 0
ssl/xpextensions
0 → 100644
Please register or sign in to comment