]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use uint32 for consistency with other protocols
authorAlan T. DeKok <aland@freeradius.org>
Wed, 19 Aug 2020 13:41:07 +0000 (09:41 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 19 Aug 2020 13:41:07 +0000 (09:41 -0400)
share/dictionary/tacacs/dictionary.freeradius.internal

index 2cf2e881da35d54716407e1f509359ebc58a1a34..f3c68194a5a0357da347a31868e1ca7daca1960e 100644 (file)
@@ -15,7 +15,7 @@
 #
 FLAGS  internal
 
-ATTRIBUTE      Packet-Type                             65536   integer
+ATTRIBUTE      Packet-Type                             65536   uint32
 VALUE  Packet-Type                     Authentication-Start            1
 VALUE  Packet-Type                     Authentication-Continue         2
 VALUE  Packet-Type                     Authentication-Reply            3