From: Alan T. DeKok Date: Tue, 9 Feb 2016 18:19:39 +0000 (-0500) Subject: Added checkpoint dictionary X-Git-Tag: release_3_0_12~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be447e20bb7169d67dc7922aa53e142a31a1489;p=thirdparty%2Ffreeradius-server.git Added checkpoint dictionary --- diff --git a/share/dictionary b/share/dictionary index 079ffef1c95..03c0c3e846b 100644 --- a/share/dictionary +++ b/share/dictionary @@ -154,6 +154,7 @@ $INCLUDE dictionary.bt $INCLUDE dictionary.cablelabs $INCLUDE dictionary.cabletron $INCLUDE dictionary.camiant +$INCLUDE dictionary.checkpoint $INCLUDE dictionary.chillispot $INCLUDE dictionary.cisco $INCLUDE dictionary.cisco.asa diff --git a/share/dictionary.checkpoint b/share/dictionary.checkpoint new file mode 100644 index 00000000000..82d000dadf9 --- /dev/null +++ b/share/dictionary.checkpoint @@ -0,0 +1,13 @@ +# +# Copyright (C) 2016 The FreeRADIUS Server project and contributors +# +# Check Point dictionary file for freeradius AAA server +# +VENDOR CheckPoint 2620 + +BEGIN-VENDOR CheckPoint + +ATTRIBUTE CP-Gaia-User-Role 229 string +ATTRIBUTE CP-Gaia-SuperUser-Access 230 integer + +END-VENDOR CheckPoint