From f1f09bda531b391f4e2d905dc9c10be7d7534720 Mon Sep 17 00:00:00 2001 From: Junaid Saeed Uppal Date: Tue, 23 Dec 2025 20:01:46 +0500 Subject: [PATCH] radius auth fix --- pppoe_auth.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pppoe_auth.json b/pppoe_auth.json index 934ac8d..e12e0b5 100644 --- a/pppoe_auth.json +++ b/pppoe_auth.json @@ -32,12 +32,12 @@ "type": "*constant", "value": "*attributes"} ], "reply_fields": [ - {"tag": "RejectCode", "path": "*rep.*radReplyCode", - "filters": ["*notempty:~*cgrep.Error:"], - "type": "*constant", "value": "AccessReject", "blocker": true}, {"tag": "RejectMessage", "path": "*rep.Reply-Message", "filters": ["*notempty:~*cgrep.Error:"], "type": "*constant", "value": "Authentication failed: User not found or account disabled"}, + {"tag": "RejectCode", "path": "*rep.*radReplyCode", + "filters": ["*notempty:~*cgrep.Error:"], + "type": "*constant", "value": "AccessReject", "blocker": true}, {"tag": "SessionTimeout", "path": "*rep.Session-Timeout", "type": "*variable", "value": "~*cgrep.MaxUsage{*duration_seconds}", "filters": ["*notempty:~*cgrep.MaxUsage:"]},