diff --git a/cgrates.json b/cgrates.json index 6cd6242..ce5d5b1 100644 --- a/cgrates.json +++ b/cgrates.json @@ -81,24 +81,13 @@ "*default": ["/usr/share/cgrates/radius/dict/"] }, "request_processors": [ - { - "id": "AuthGetPassword", - "filters": ["*string:~*vars.*radReqType:*radAuth"], - "flags": ["*none", "*attributes", "*continue", "*log"], - "request_fields": [ - {"tag": "Account", "path": "*cgreq.Account", "type": "*variable", "value": "~*req.User-Name"} - ], - "reply_fields": [] - }, { "id": "AuthPAP", "filters": ["*string:~*vars.*radReqType:*radAuth"], "flags": ["*radauth", "*pap", "*log"], "request_fields": [ - {"tag": "UserPassword", "path": "*vars.UserPassword", "type": "*variable", - "value": "~*req.Password"}, - {"tag": "StrippedPassword", "path": "*cgreq.Password", "type": "*variable", - "value": "~*req.User-Password{*strip:*suffix:*nil}"} + {"tag": "UserPassword", "path": "*vars.UserPassword", "type": "*constant", + "value": "test"} ], "reply_fields": [ {"tag": "RemoveOnError", "filters": ["*notempty:~*cgrep.Error:"], "type": "*removeall", "path": "*rep"},