Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. Ready to process requests.
  2. rad_recv: Access-Request packet from host 127.0.0.1 port 10036, id=164, length=81
  3. User-Name = "14ap70_sdaw"
  4. User-Password = "1234"
  5. NAS-IP-Address = 127.0.0.1
  6. NAS-Port = 0
  7. Message-Authenticator = 0x205c6af366764370862fc54af1209234
  8. # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
  9. +group authorize {
  10. ++[preprocess] = ok
  11. ++[chap] = noop
  12. ++[mschap] = noop
  13. ++[digest] = noop
  14. [eap] No EAP-Message, not doing EAP
  15. ++[eap] = noop
  16. [sql] expand: %{User-Name} -> 14ap70_sdaw
  17. [sql] sql_set_user escaped user --> '14ap70_sdaw'
  18. rlm_sql (sql): Reserving sql socket id: 3
  19. [sql] expand: SELECT (@cnt := @cnt + 1) AS `id`, `UserName`, `Attribute`, `Value`, `op` FROM `radius_check` CROSS JOIN (SELECT @cnt := 0) AS `dummy` WHERE `UserName` = '%{SQL-User-Name}' ORDER BY `id` -> SELECT (@cnt := @cnt + 1) AS `id`, `UserName`, `Attribute`, `Value`, `op` FROM `radius_check` CROSS JOIN (SELECT @cnt := 0) AS `dummy` WHERE `UserName` = '14ap70_sdaw' ORDER BY `id`
  20. [sql] expand: SELECT `GroupName` FROM `radius_usergroup` WHERE `UserName` = '%{SQL-User-Name}' ORDER BY `priority` -> SELECT `GroupName` FROM `radius_usergroup` WHERE `UserName` = '14ap70_sdaw' ORDER BY `priority`
  21. [sql] expand: SELECT (@cnt := @cnt + 1) AS `id`, `GroupName`, `Attribute`, `Value`, `op` FROM `radius_groupcheck` CROSS JOIN (SELECT @cnt := 0) AS `dummy` WHERE `GroupName` = '%{Sql-Group}' ORDER BY `id` -> SELECT (@cnt := @cnt + 1) AS `id`, `GroupName`, `Attribute`, `Value`, `op` FROM `radius_groupcheck` CROSS JOIN (SELECT @cnt := 0) AS `dummy` WHERE `GroupName` = '1:2130706433' ORDER BY `id`
  22. [sql] User found in group 1:2130706433
  23. [sql] expand: SELECT (@cnt := @cnt + 1) AS `id`, `GroupName`, `Attribute`, `Value`, `op` FROM `radius_groupreply` CROSS JOIN (SELECT @cnt := 0) AS `dummy` WHERE `GroupName` = '%{Sql-Group}' ORDER BY `id` -> SELECT (@cnt := @cnt + 1) AS `id`, `GroupName`, `Attribute`, `Value`, `op` FROM `radius_groupreply` CROSS JOIN (SELECT @cnt := 0) AS `dummy` WHERE `GroupName` = '1:2130706433' ORDER BY `id`
  24. rlm_sql (sql): Released sql socket id: 3
  25. ++[sql] = ok
  26. ++[expiration] = noop
  27. ++[logintime] = noop
  28. [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this.
  29. ++[pap] = noop
  30. +} # group authorize = ok
  31. ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
  32. Failed to authenticate the user.
  33. Login incorrect: [14ap70_sdaw/1234] (from client Local RadiusNAS port 0)
  34. Using Post-Auth-Type REJECT
  35. # Executing group from file /usr/local/etc/raddb/sites-enabled/default
  36. +group REJECT {
  37. [attr_filter.access_reject] expand: %{User-Name} -> 14ap70_sdaw
  38. attr_filter: Matched entry DEFAULT at line 11
  39. ++[attr_filter.access_reject] = updated
  40. +} # group REJECT = updated
  41. Delaying reject of request 0 for 1 seconds
  42. Going to the next request
  43. Waking up in 0.9 seconds.
  44. Sending delayed reject for request 0
  45. Sending Access-Reject of id 164 to 127.0.0.1 port 10036
  46. Waking up in 4.9 seconds.
  47. Cleaning up request 0 ID 164 with timestamp +6
  48. Ready to process requests.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement