Hello All; I am trying to add a new vendor to the dictionary directory. I created the file in /usr/local/share/freeradius/dictionary.procera contents below. The vendor in question provided their Vendor ID # -*- text -*- ############################################################################## # # Procera VSAs, # # $Id$ # ############################################################################## VENDOR Procera 12913 BEGIN-VENDOR Procera ATTRIBUTE Procera-Local-User-Name 1 string END-VENDOR Procera I then add Procera-Local-User-Name = "admin" to my username in users.conf Now when I try and execute radiusd I recieve /usr/local/etc/raddb/users[68]: Parse error (reply) for entry lfross: Invalid octet string "admin" for attribute name "Procera-Local-User-Name" Errors reading /usr/local/etc/raddb/users I have never encountered issues adding vendors before, any information is greatly appreciated. Thank you Larry Ross Network Operations University California Davis http://www-noc.ucdavis.edu lfross@ucdavis.edu<mailto:lfross@ucdavis.edu>
On Tue, Nov 3, 2009 at 12:42 PM, Larry Ross <lfross@ucdavis.edu> wrote:
Hello All;
I am trying to add a new vendor to the dictionary directory. I created the file in /usr/local/share/freeradius/dictionary.procera contents below. The vendor in question provided their Vendor ID
Did you also add the include into the /usr/local/share/freeradius/dictionary file??? ie echo "$INCLUDE dictionary.procera" >> /usr/local/share/freeradius/dictionary ?? Then tried again.
D'Oh! Did the trick, totally missed that "small" step Thank you for your assistance Larry From: freeradius-users-bounces+lfross=ucdavis.edu@lists.freeradius.org [mailto:freeradius-users-bounces+lfross=ucdavis.edu@lists.freeradius.org] On Behalf Of Peter Lambrechtsen Sent: Monday, November 02, 2009 5:10 PM To: FreeRadius users mailing list Subject: Re: VSA extension On Tue, Nov 3, 2009 at 12:42 PM, Larry Ross <lfross@ucdavis.edu<mailto:lfross@ucdavis.edu>> wrote: Hello All; I am trying to add a new vendor to the dictionary directory. I created the file in /usr/local/share/freeradius/dictionary.procera contents below. The vendor in question provided their Vendor ID Did you also add the include into the /usr/local/share/freeradius/dictionary file??? ie echo "$INCLUDE dictionary.procera" >> /usr/local/share/freeradius/dictionary ?? Then tried again.
participants (2)
-
Larry Ross -
Peter Lambrechtsen