From: Alan T. DeKok Date: Fri, 29 Aug 2014 16:15:31 +0000 (-0400) Subject: As posted to the list X-Git-Tag: release_3_0_5~678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bb8d55681535f65c9fcb20cd20af3d142d76076;p=thirdparty%2Ffreeradius-server.git As posted to the list Conflicts: share/dictionary.bluecoat --- diff --git a/share/dictionary b/share/dictionary index 32c1ab60ac4..8b131b5df40 100644 --- a/share/dictionary +++ b/share/dictionary @@ -159,6 +159,7 @@ $INCLUDE dictionary.cisco.asa #$INCLUDE dictionary.cisco.vpn3000 $INCLUDE dictionary.cisco.vpn5000 $INCLUDE dictionary.cisco.bbsm +$INCLUDE dictionary.citrix $INCLUDE dictionary.clavister $INCLUDE dictionary.colubris $INCLUDE dictionary.cosine @@ -231,6 +232,7 @@ $INCLUDE dictionary.quiconnect $INCLUDE dictionary.quintum $INCLUDE dictionary.redback $INCLUDE dictionary.redcreek +$INCLUDE dictionary.riverbed $INCLUDE dictionary.riverstone $INCLUDE dictionary.roaringpenguin $INCLUDE dictionary.shasta diff --git a/share/dictionary.bluecoat b/share/dictionary.bluecoat index d39c411b321..d1ed58f3348 100644 --- a/share/dictionary.bluecoat +++ b/share/dictionary.bluecoat @@ -1,18 +1,21 @@ # -*- text -*- # Copyright (C) 2014 The FreeRADIUS Server project and contributors +############################################################################## # -# Blue Coat Dictionary +# BlueCoat VSAs # # See also dictionary.packeteer for former Packeteer products. # +# $Id$ +# +############################################################################## VENDOR BlueCoat 14501 BEGIN-VENDOR BlueCoat -ATTRIBUTE Blue-Coat-Group 1 string # Accepts multiple groups as comma-separated list. - +ATTRIBUTE Blue-Coat-Group 1 string ATTRIBUTE Blue-Coat-Authorization 2 integer VALUE Blue-Coat-Authorization No-Access 0 diff --git a/share/dictionary.citrix b/share/dictionary.citrix new file mode 100644 index 00000000000..3c4c34a773c --- /dev/null +++ b/share/dictionary.citrix @@ -0,0 +1,23 @@ +# -*- text -*- +# Copyright (C) 2014 The FreeRADIUS Server project and contributors +############################################################################## +# +# Citrix VSAs +# +# $Id$ +# +############################################################################## + +VENDOR Citrix 66 + +BEGIN-VENDOR Citrix + +ATTRIBUTE Citrix-UID 10 integer +ATTRIBUTE Citrix-GID 11 integer +ATTRIBUTE Citrix-Home 12 string +ATTRIBUTE Citrix-Shell 13 string +ATTRIBUTE Citrix-Group-Names 14 string +ATTRIBUTE Citrix-Group-Ids 15 string +ATTRIBUTE Citrix-User-Groups 16 string + +END-VENDOR Citrix diff --git a/share/dictionary.riverbed b/share/dictionary.riverbed new file mode 100644 index 00000000000..b121f264c6e --- /dev/null +++ b/share/dictionary.riverbed @@ -0,0 +1,19 @@ +# -*- text -*- +# Copyright (C) 2014 The FreeRADIUS Server project and contributors +############################################################################## +# +# Riverbed VSAs +# +# https://support.riverbed.com/bin/support/static/doc/steelhead/8.5.2/html/sh_8.5.2_dg/wwhelp/wwhimpl/common/html/wwhelp.htm#href=radius_tacacs.22.04.html&single=true +# +# $Id$ +# +############################################################################## + +VENDOR Riverbed 17163 + +BEGIN-VENDOR Riverbed + +ATTRIBUTE Riverbed-Local-User 1 string + +END-VENDOR Riverbed