Use *message flag instead of *dry_run for attributes fetch

*dry_run was not recognized. Using *message which is a valid
request type that works with *attributes flag.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-23 23:20:13 +05:00
parent ca09317856
commit 03f47078de

View File

@@ -84,9 +84,10 @@
{ {
"id": "AuthGetPassword", "id": "AuthGetPassword",
"filters": ["*string:~*vars.*radReqType:*radAuth"], "filters": ["*string:~*vars.*radReqType:*radAuth"],
"flags": ["*dry_run", "*attributes", "*continue", "*log"], "flags": ["*message", "*attributes", "*continue", "*log"],
"request_fields": [ "request_fields": [
{"tag": "Account", "path": "*cgreq.Account", "type": "*composed", "value": "~*req.User-Name", "mandatory": true} {"tag": "Account", "path": "*cgreq.Account", "type": "*composed", "value": "~*req.User-Name", "mandatory": true},
{"tag": "PasswordFromAttributes", "path": "*cgreq.PasswordFromAttributes", "type": "*constant", "value": "*attributes"}
], ],
"reply_fields": [ "reply_fields": [
{"tag": "SessionTimeout", "path": "*rep.Session-Timeout", "type": "*constant", "value": "3600"}, {"tag": "SessionTimeout", "path": "*rep.Session-Timeout", "type": "*constant", "value": "3600"},