initial commit
parents
Showing
README.md
0 → 100644
eapol_test
0 → 100755
File added
notes
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "name": "radius-server", | ||
| "description": "radius server for google LDAP and TTLT", | ||
| "version": "0.0.1", | ||
| "scripts": { | ||
| "start": "node dist/app.js", | ||
| "build": "tsc", | ||
| "dev": "ts-node src/app.ts", | ||
| "test-ttls-pap": "eapol_test -c ./ttls-pap.conf -s testing123", | ||
| "create-certificate": "sh ./ssl/create.sh && sh ./ssl/sign.sh" | ||
| }, | ||
| "dependencies": { | ||
| "native-duplexpair": "^1.0.0", | ||
| "ldapjs": "^1.0.2", | ||
| "node-cache": "^5.1.0", | ||
| "radius": "~1.1.4", | ||
| "ts-node": "^8.6.2", | ||
| "type-cacheable": "^4.0.0", | ||
| "yargs": "~15.1.0", | ||
| "md5": "^2.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/ldapjs": "^1.0.5", | ||
| "@types/radius": "0.0.28", | ||
| "@hokify/eslint-config": "^0.2.2", | ||
| "eslint": "^6.8.0", | ||
| "prettier": "^1.19.1", | ||
| "typescript": "^3.7.5" | ||
| } | ||
| } |
src/app.ts
0 → 100644
src/eap.ts
0 → 100644
src/eap/challenges/pap.ts
0 → 100644
src/eap/eap-ttls.ts
0 → 100644
src/helpers.ts
0 → 100644
src/ldap.ts
0 → 100644
src/tls/crypt.ts
0 → 100644
src/types/AuthChallenge.ts
0 → 100644
src/types/EAPType.ts
0 → 100644
src/types/Handler.ts
0 → 100644
ssl/create.sh
0 → 100755
ssl/sign.sh
0 → 100644
tsconfig.eslint.json
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment