Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. Mon Mar 28 14:54:05 2011 : Info: Ready to process requests.
  2. rad_recv: Access-Request packet from host 127.0.0.1 port 37432, id=100, length=95
  3. User-Name = "testsec11"
  4. User-Password = "testsec"
  5. NAS-IP-Address = 127.0.0.1
  6. NAS-Port = 0
  7. NAS-Identifier = "Redback"
  8. Mac-Address = "aa-aa-aa-aa-aa-aa"
  9. Mon Mar 28 15:06:45 2011 : Info: # Executing section authorize from file /root/freeradius-test/etc/raddb/sites-enabled/default
  10. Mon Mar 28 15:06:45 2011 : Info: +- entering group authorize {...}
  11. Mon Mar 28 15:06:45 2011 : Info: ++[preprocess] returns ok
  12. Mon Mar 28 15:06:45 2011 : Info: [auth_log] expand: /root/freeradius-test/var/log/radius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /root/freeradius-test/var/log/radius/radacct/127.0.0.1/auth-detail-20110328
  13. Mon Mar 28 15:06:45 2011 : Info: [auth_log] /root/freeradius-test/var/log/radius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /root/freeradius-test/var/log/radius/radacct/127.0.0.1/auth-detail-20110328
  14. Mon Mar 28 15:06:45 2011 : Info: [auth_log] expand: %t -> Mon Mar 28 15:06:45 2011
  15. Mon Mar 28 15:06:45 2011 : Info: ++[auth_log] returns ok
  16. Mon Mar 28 15:06:45 2011 : Info: ++[chap] returns noop
  17. Mon Mar 28 15:06:45 2011 : Info: [sql] expand: %{User-Name} -> testsec11
  18. Mon Mar 28 15:06:45 2011 : Info: [sql] sql_set_user escaped user --> 'testsec11'
  19. Mon Mar 28 15:06:45 2011 : Debug: rlm_sql (sql): Reserving sql socket id: 2
  20. Mon Mar 28 15:06:45 2011 : Info: [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'testsec11' ORDER BY id
  21. Mon Mar 28 15:06:45 2011 : Info: [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'testsec11' ORDER BY priority
  22. Mon Mar 28 15:06:45 2011 : Debug: rlm_sql (sql): Released sql socket id: 2
  23. Mon Mar 28 15:06:45 2011 : Info: [sql] User testsec11 not found
  24. Mon Mar 28 15:06:45 2011 : Info: ++[sql] returns notfound
  25. Mon Mar 28 15:06:45 2011 : Info: ++? if (notfound )
  26. Mon Mar 28 15:06:45 2011 : Info: ? Evaluating (notfound ) -> TRUE
  27. Mon Mar 28 15:06:45 2011 : Info: ++? if (notfound ) -> TRUE
  28. Mon Mar 28 15:06:45 2011 : Info: ++- entering if (notfound ) {...}
  29. Mon Mar 28 15:06:45 2011 : Info: +++[control] returns notfound
  30. Mon Mar 28 15:06:45 2011 : Info: +++[ok] returns ok
  31. Mon Mar 28 15:06:45 2011 : Info: ++- if (notfound ) returns ok
  32. Mon Mar 28 15:06:45 2011 : Info: ++[files] returns noop
  33. Mon Mar 28 15:06:45 2011 : Info: WARNING: Please update your configuration, and remove 'Auth-Type = Local'
  34. Mon Mar 28 15:06:45 2011 : Info: WARNING: Use the PAP or CHAP modules instead.
  35. Mon Mar 28 15:06:45 2011 : Info: User-Password in the request does NOT match "known good" password.
  36. Mon Mar 28 15:06:45 2011 : Info: Failed to authenticate the user.
  37. Mon Mar 28 15:06:45 2011 : Info: expand: bad -> bad
  38. Mon Mar 28 15:06:45 2011 : Auth: Login incorrect: [testsec11/testsec] (from client localhost port 0) bad
  39. Mon Mar 28 15:06:45 2011 : Info: Using Post-Auth-Type Reject
  40. Mon Mar 28 15:06:45 2011 : Info: # Executing group from file /root/freeradius-test/etc/raddb/sites-enabled/default
  41. Mon Mar 28 15:06:45 2011 : Info: +- entering group REJECT {...}
  42. Mon Mar 28 15:06:45 2011 : Info: [attr_filter.access_reject] expand: %{User-Name} -> testsec11
  43. Mon Mar 28 15:06:45 2011 : Debug: attr_filter: Matched entry DEFAULT at line 11
  44. Mon Mar 28 15:06:45 2011 : Info: ++[attr_filter.access_reject] returns updated
  45. Mon Mar 28 15:06:45 2011 : Info: Delaying reject of request 2 for 1 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement