Add the efficient IP vendor dictionary
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 6 Nov 2013 17:37:06 +0000 (17:37 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 6 Nov 2013 17:39:44 +0000 (17:39 +0000)
Some guy sent over the ACS definitions, so why not...

share/dictionary
share/dictionary.efficientip [new file with mode: 0644]

index fd2f0a5..249b32d 100644 (file)
@@ -159,6 +159,7 @@ $INCLUDE dictionary.cosine
 $INCLUDE dictionary.dante
 $INCLUDE dictionary.dlink
 $INCLUDE dictionary.digium
+$INCLUDE dictionary.efficientip
 $INCLUDE dictionary.eltex
 $INCLUDE dictionary.epygi
 $INCLUDE dictionary.erx
diff --git a/share/dictionary.efficientip b/share/dictionary.efficientip
new file mode 100644 (file)
index 0000000..828a09a
--- /dev/null
@@ -0,0 +1,29 @@
+# -*- text -*-
+# Copyright (C) 2013 The FreeRADIUS Server project and contributors
+##############################################################################
+#
+#      Efficient IP VSA's
+#
+#      $Id$
+#
+##############################################################################
+
+VENDOR         EfficientIP                     2440
+
+BEGIN-VENDOR   EfficientIP
+
+ATTRIBUTE      EfficientIP-Version                     1       integer
+ATTRIBUTE      EfficientIP-Service-Class               2       integer
+ATTRIBUTE      EfficientIP-Identity-Type               3       integer
+ATTRIBUTE      EfficientIP-First-Name                  16      string
+ATTRIBUTE      EfficientIP-Last-Name                   17      string
+ATTRIBUTE      EfficientIP-Pseudonym                   18      string
+ATTRIBUTE      EfficientIP-IP-Host                     19      string
+ATTRIBUTE      EfficientIP-Email                       20      string
+ATTRIBUTE      EfficientIP-First-Login-Path            32      string
+ATTRIBUTE      EfficientIP-Maintainer-Group            33      string
+ATTRIBUTE      EfficientIP-Groups                      34      string
+ATTRIBUTE      EfficientIP-Admin-Group                 35      string
+ATTRIBUTE      EfficientIP-Extra-Blob                  64      string
+
+END-VENDOR     EfficientIP