DHCP module needs its dictionary
authorAlan Buxey <alan.buxey@gmail.com>
Sun, 21 Apr 2013 19:13:18 +0000 (20:13 +0100)
committerAlan Buxey <alan.buxey@gmail.com>
Sun, 21 Apr 2013 19:13:18 +0000 (20:13 +0100)
default install fails with this:

Cannot open /etc/raddb/dictionary.dhcp: dict_init: Couldn't open
dictionary "/etc/raddb/dictionary.dhcp": No such file or directory
/etc/raddb/mods-enabled/dhcp[18]: Instantiation failed for module "dhcp"

dictionary file not loaded up as its not in dictionary. added as
include (but note that the error message isnt right..the path is not
printed correctly!)

share/dictionary

index e14d8b0..4689e02 100644 (file)
@@ -248,6 +248,9 @@ $INCLUDE dictionary.yubico
 $INCLUDE dictionary.zeus
 $INCLUDE dictionary.zyxel
 
+#      DHCP dictionary for DHCP functionality and use of dhcp module
+$INCLUDE dictionary.dhcp
+
 #
 #      And finally the server internal attributes.
 #      These are attributes which NEVER go into a RADIUS packet.