Good morning,

I've just completed a migration from an older version of FR to 2.2.0 by building from source and installing the new system.   Unfortunately SuSE does not have prebuilt RPM's for SLES10 that can be easily installed.

When I fire up the server to verify if its actually going to authenticate my users, immediately after the first RADIUS access-request packet comes in, the server Seg Faults.

.....
}
}
listen {
       type = "auth"
       ipaddr = 127.0.0.1
       port = 18120
}
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on command file /usr/local/var/run/radiusd/radiusd.sock
Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
Listening on proxy address * port 1814
Ready to process requests.
rad_recv: Access-Request packet from host 192.168.1.200 port 43347, id=139, length=194
       User-Name = "host/RCDSB-Class Client"
       NAS-IP-Address = 192.168.1.200
       NAS-Port = 8193
       Called-Station-Id = "00-90-0B-23-34-37:RCDSB-Class2"
       Calling-Station-Id = "CC-52-AF-10-3C-F2"
       Framed-MTU = 1250
       NAS-Port-Type = Wireless-802.11
       Framed-Compression = None
       Connect-Info = "CONNECT 802.11g"
       Chargeable-User-Identity = ""
       EAP-Message = 0x0201001c01686f73742f52434453422d436c61737320436c69656e74
       Message-Authenticator = 0x42bbe6b35d8b5c10b3e10a5ea34f73d1
+- entering group authorize {...}
++[preprocess] returns ok
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[expiration] returns noop
++[logintime] returns noop
No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
Failed to authenticate the user.
Using Post-Auth-Type Reject
+- entering group REJECT {...}
[attr_filter.access_reject]     expand: %{User-Name} -> host/RCDSB-Class Client
attr_filter: Matched entry DEFAULT at line 11
Segmentation fault


The other curiousity that I see here is that the server does not appear to recognize that the request actually contains an EAP message and moves on to actually reject the user although that might be part of my config that I need to tweak out yet since I took the new files and started to work with them instead to get things running.

Any thoughts or suggestions would be greatly appreciated.

The code used to build the installation from was the 2.2.0 tarball from freeradius.org.

Regards,


Mitch Yackobeck, MCSE, MCSA, MCP, CCNA, CompTia Network+
Network Systems Administrator
Renfrew County District School Board
1270 Pembroke Street West
Pembroke, ON K8A 4G4
Phone: (613) 735-0151 Ext. 2278
Mobile: (613) 633-3077
Fax: (613) 735-6315


<<inline: 4302013_105314_0.jpg>>

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

Reply via email to