My first message had that data, I'm pasting here again - after ready to process line, thanks.
Ready to process requests.
rad_recv: Access-Request packet from host 127.0.0.1 port 44400, id=204, length=57
User-Name = "miles"
User-Password = "davis45"
NAS-IP-Address = 201.23.200.7
NAS-Port = 0
# Executing section authorize from file /etc/freeradius/sites-enabled/default
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
++[digest] returns noop
[suffix] No '@' in User-Name = "miles", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
[files] users: Matched entry miles at line 3
[files] expand: Hello, %{User-Name} -> Hello, miles
++[files] returns ok
++[expiration] returns noop
++[logintime] returns noop
++[pap] returns updated
Found Auth-Type = PAP
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group PAP {...}
[pap] login attempt with password "davis45"
[pap] No password configured for the user. Cannot do authentication
++[pap] returns fail
Failed to authenticate the user.
Login incorrect: [miles/davis45] (from client localhost port 0)
Using Post-Auth-Type Reject
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group REJECT {...}
[attr_filter.access_reject] expand: %{User-Name} -> miles
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 0
Sending Access-Reject of id 204 to 127.0.0.1 port 44400
Reply-Message = "Hello, miles"
Waking up in 4.9 seconds.
Cleaning up request 0 ID 204 with timestamp +10
Ready to process requests.
2012/7/3 alan buxey
<A.L.M.Buxey@lboro.ac.uk>
Hi,
> Sorry, here is my complete debug log:
> [1]http://pastebin.com/dYWb5tDs
no it isnt. thats not complete - thats just the startup...where is the actual
log when an event happens..this debug log just ends with
Listening on authentication address * port 1812
Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
Listening on proxy address * port 1814
Ready to process requests.
and please dont use pastebin etc - just post the full output to this list.
its not big its just simple and easy for us to help you then.
alan