Implement RADIUS user creation and update functionality in CPE provisioning

This commit is contained in:
2025-11-18 08:25:26 +01:00
parent b408f7fcf2
commit 9e56b8ee98
3 changed files with 316 additions and 34 deletions

View File

@@ -162,6 +162,14 @@ const TT_IBAN_VALIDATOR_BASEURL = "https://rest.sepatools.eu/validate_iban/";
const TT_IBAN_VALIDATOR_USER = "";
const TT_IBAN_VALIDATOR_PASS = "";
// CPE Provisioning ACS API
const TT_CPE_PROV_ACS_API_KEY = "your-acs-api-key-here";
const TT_CPE_PROV_ALLOW_COUNTS_IP = ["192.168.1.100"]; // IPs allowed to access count endpoint
// RADIUS Server Configuration
const TT_RADIUS_URL = "http://radius.xinon.at";
const TT_RADIUS_USERNAME = "admin";
const TT_RADIUS_PASSWORD = "savemanfb545aw";
/*
* Preorder settings