From: Alan T. DeKok Date: Fri, 8 May 2020 17:27:54 +0000 (-0400) Subject: attribute 999 is invalid for RADIUS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4342f102d64eb677b39c9edfc4399f2d28d3783;p=thirdparty%2Ffreeradius-server.git attribute 999 is invalid for RADIUS there isn't much point in creating unknown attributes which can't be sent on the wire. --- diff --git a/src/tests/keywords/update-unknown b/src/tests/keywords/update-unknown index a463bb57b61..59aa168880e 100644 --- a/src/tests/keywords/update-unknown +++ b/src/tests/keywords/update-unknown @@ -17,7 +17,7 @@ update { update { &Attr-26.6139.1 = 0x00000013 &Attr-26.9.42 = 0x0001020304 - &Attr-999 = 0x00 + &Attr-255 = 0x00 } if (&Attr-26.6139.1 != 0x00000013) { @@ -28,7 +28,7 @@ if (&Attr-26.9.42 != 0x0001020304) { test_fail } -if (&Attr-999 != 0x00) { +if (&Attr-255 != 0x00) { test_fail }