From: Brice Schaffner Date: Tue, 12 Dec 2017 06:54:46 +0000 (+0100) Subject: Added missing attributes X-Git-Tag: release_3_0_16~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2139%2Fhead;p=thirdparty%2Ffreeradius-server.git 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). --- 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