From 496d3c2d0da32ecbd761cbfec2b28fbfd1b9f0a8 Mon Sep 17 00:00:00 2001 From: Brice Schaffner Date: Tue, 12 Dec 2017 07:54:46 +0100 Subject: [PATCH] Added missing attributes Patton-Group and Patton-Web-Privilege-Level attributes were missing. These attributes can be used in an Accept Request to specify the user group (operator, administrator or superuser) or the web privilege level of the user (wizard-exec or advanced). --- share/dictionary.patton | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/dictionary.patton b/share/dictionary.patton index 6d1a33df4dd..643a096d700 100644 --- a/share/dictionary.patton +++ b/share/dictionary.patton @@ -15,6 +15,8 @@ VENDOR Patton 1768 BEGIN-VENDOR Patton ATTRIBUTE Patton-Protocol 16 string +ATTRIBUTE Patton-Group 17 string +ATTRIBUTE Patton-Web-Privilege-Level 18 string ATTRIBUTE Patton-Setup-Time 32 string ATTRIBUTE Patton-Connect-Time 33 string ATTRIBUTE Patton-Disconnect-Time 34 string -- 2.47.3