VSA extension

View: New views
3 Messages — Rating Filter:   Alert me  

VSA extension

by Larry Ross :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

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@...

 


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: VSA extension

by Peter Lambrechtsen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Nov 3, 2009 at 12:42 PM, Larry Ross <lfross@...> 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.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: VSA extension

by Larry Ross :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

D'Oh!

 

Did the trick, totally missed that "small" step

 

Thank you for your assistance

 

Larry

 

From: freeradius-users-bounces+lfross=ucdavis.edu@... [mailto:freeradius-users-bounces+lfross=ucdavis.edu@...] 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@...> 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.


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html