<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">Thank you, if it fixes the issue I'll get back to you with vendor and model :)</div>
<div id="ms-outlook-mobile-signature" dir="auto">
<div><br>
</div>
<span style="font-size:12pt">​---</span>
<div dir="auto"><span style="font-size:12pt">Best regards,</span></div>
<div dir="auto"><span style="font-size:12pt">Patrik</span></div>
</div>
<div id="mail-editor-reference-message-container" dir="auto"><br>
<hr style="display:inline-block;width:98%">
<div id="divRplyFwdMsg" style="font-size: 11pt;"><strong>Från:</strong> radiator <radiator-bounces@lists.open.com.au> på uppdrag av Heikki Vatiainen via radiator <radiator@lists.open.com.au><br>
<strong>Skickat:</strong> onsdag, september 11, 2024 9:48:49 PM<br>
<strong>Till:</strong> radiator@lists.open.com.au <radiator@lists.open.com.au><br>
<strong>Ämne:</strong> Re: [RADIATOR] move Message-Authenticator to the top ?<br>
</div>
<br>
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 11.9.2024 14.00, Patrik Forsberg wrote:<br>
<br>
> Follow up question on this .. is there a way to disable sending the Message-Authenticator attribute ? .. I know I know but I think I ran into a device that actually _hate_ this attribute for some weird reason.. at least it worked prior to upgrading and now
 it doesn't .. so at least to exclude this possibility it would be good to be able to remove it without degrading Radiator..<br>
<br>
See if this works:<br>
<br>
<Client 127.0.0.1><br>
     Identifier loopback-client<br>
     Secret  mysecret<br>
</Client><br>
<br>
<Handler><br>
     <AuthBy FILE><br>
         Filename %D/users<br>
     </AuthBy><br>
<br>
     PostAuthHook sub { my $p = ${$_[0]}; \<br>
         $p->{rp}->{skip_message_authenticator} = 1 \<br>
             if $p->{Client}->{Identifier} eq 'loopback-client'; }<br>
</Handler><br>
<br>
The idea is to see if the request was received from a problematic <br>
client. If it was, then the reply is tagged with a special flag that <br>
suppresses Message-Authenticator. This is sometimes needed for odd <br>
Radius dynauth servers etc. This flag should be considered an internal <br>
flag and if the need for a configuration option arises then we can <br>
consider it. However, it should allow you to check if it makes the <br>
client work again.<br>
<br>
Please let me know if you can tell what's the device in question.<br>
<br>
Thanks,<br>
Heikki<br>
<br>
--<br>
Heikki Vatiainen<br>
Radiator Software, makers of Radiator<br>
Visit radiatorsoftware.com for Radiator AAA server software<br>
<br>
_______________________________________________<br>
radiator mailing list<br>
radiator@lists.open.com.au<br>
<a href="https://lists.open.com.au/mailman/listinfo/radiator">https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.open.com.au%2Fmailman%2Flistinfo%2Fradiator&data=05%7C02%7Cpatrik.forsberg%40globalconnect.se%7C39c9543d5fe243af827408dcd29abedc%7Cdfbb0d3b8276458197a42b844a84ea35%7C0%7C0%7C638616809295423648%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=PHYfC7uVzhZQ37yzNkEf7VaPHlcDWd50W3l7ZYIBF%2FU%3D&reserved=0</a><br>
</div>
</span></font><br>
</div>
</body>
</html>