From f99f322a03f1ba420f60bcef474d6836ef078721 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 6 Oct 2018 12:23:06 +0200 Subject: [PATCH] radius: sync with FreeRADIUS commit d5d9b7d3742c12c28428694a8423ccfea00235c8 Author: Alan T. DeKok Date: Thu Oct 4 16:00:20 2018 -0400 this attribute is text, not binary. Fixes #2322 share/dictionary.rfc5580 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8ef2531d10741d8af298e9d2579357eec9477012 Author: Alejandro Perez Date: Tue Oct 2 13:54:26 2018 +0200 Add Moonshot-OTP-Secret attribute definition share/dictionary.ukerna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e0f302bcecf57cc5c87f0bc7a219e9322032c17a Author: Alan T. DeKok Date: Tue Oct 2 09:48:20 2018 -0400 manual merge of commit b5b27fedba8f share/dictionary.ukerna | 3 +++ 1 file changed, 3 insertions(+) Change-Id: I2474ffc8717ec48249db6dfbb13f03d38e60d0d6 Reviewed-on: https://code.wireshark.org/review/30041 Reviewed-by: Anders Broman --- radius/dictionary.rfc5580 | 4 ++-- radius/dictionary.ukerna | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/radius/dictionary.rfc5580 b/radius/dictionary.rfc5580 index 6f3b1d979a..374710e957 100644 --- a/radius/dictionary.rfc5580 +++ b/radius/dictionary.rfc5580 @@ -4,7 +4,7 @@ # Attributes and values defined in RFC 5580. # http://www.ietf.org/rfc/rfc5580.txt # -# $Id: d0d702b1cb6c4543749036bbef0229a3831a38dd $ +# $Id: 964ba2bab9bed5d7070865f5335fa09967190f90 $ # # One ASCII character of Namespace ID @@ -22,7 +22,7 @@ ATTRIBUTE Operator-Name 126 string ATTRIBUTE Location-Information 127 octets ATTRIBUTE Location-Data 128 octets ATTRIBUTE Basic-Location-Policy-Rules 129 octets -ATTRIBUTE Extended-Location-Policy-Rules 130 octets +ATTRIBUTE Extended-Location-Policy-Rules 130 string # # Really a bit-packed field diff --git a/radius/dictionary.ukerna b/radius/dictionary.ukerna index cd99c3fdbe..e135917855 100644 --- a/radius/dictionary.ukerna +++ b/radius/dictionary.ukerna @@ -3,7 +3,7 @@ # # GSS-EAP VSAs # -# $Id: 54f7d3ed88459d8927039976ad6879a4713fa38b $ +# $Id: dbf19e8427b2a4ab96d6b6b21e4295ec09f73c3c $ # VENDOR UKERNA 25622 @@ -21,5 +21,8 @@ ATTRIBUTE Trust-Router-APC 137 string ATTRIBUTE Moonshot-Host-TargetedId 138 string ATTRIBUTE Moonshot-Realm-TargetedId 139 string ATTRIBUTE Moonshot-TR-COI-TargetedId 140 string - +ATTRIBUTE Moonshot-MSTID-GSS-Acceptor 141 string +ATTRIBUTE Moonshot-MSTID-Namespace 142 string +ATTRIBUTE Moonshot-MSTID-TargetedId 143 string +ATTRIBUTE Moonshot-OTP-Secret 144 string END-VENDOR UKERNA