Hello, I have installed freeradius (1.1.2) on freebsd and would like to use for authorizing ieee-802.1x request coming from hp 2524 switch. But fails to start correctly. radiusd -sfxxyz -l stdout result: /usr/local/etc/raddb/users[217]: Parse error (check) for entry Tunnel-Type:0: expecting '=' Errors reading /usr/local/etc/raddb/users radiusd.conf[1059]: files: Module instantiation failed. radiusd.conf[1817] Unknown module "files". radiusd.conf[1753] Failed to parse authorize section. the relevant part of users.conf: "username" Auth-Type := EAP, User-Password == "password" Tunnel-Type:0 = VLAN, Tunnel-Medium-Type:0 = IEEE-802, Tunnel-Private-Group-Id:0 = 12 what do I wrong? sz
"=?ISO-8859-1?Q?Szabolcs_G=E9czi?=" <szabszi@gmail.com> wrote:
the relevant part of users.conf:
"username" Auth-Type := EAP, User-Password == "password"
Tunnel-Type:0 = VLAN, Tunnel-Medium-Type:0 = IEEE-802, Tunnel-Private-Group-Id:0 = 12
what do I wrong?
1) It's not "users.conf". It's the "users" file. 2) What you quoted is not a valid entry. See the other entries in the default "users" file for examples, and "man users" for documentation on the correct format. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Szabolcs Géczi