Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. rad_recv: Access-Request packet from host 95.84.138.40 port 47463, id=28, length=239
  2. ChilliSpot-Version = "1.3.0"
  3. User-Name = "test"
  4. CHAP-Challenge = 0x2fd905b7b78b88f4cc55364a1edd53d9
  5. CHAP-Password = 0x00bf5ad7ed48464e1060b9b276f225e3fe
  6. Service-Type = Login-User
  7. Acct-Session-Id = "57e3eba500000001"
  8. Framed-IP-Address = 192.168.182.2
  9. NAS-Port-Type = Wireless-802.11
  10. NAS-Port = 1
  11. NAS-Port-Id = "00000001"
  12. Calling-Station-Id = "30-52-CB-61-35-EB"
  13. Called-Station-Id = "F4-F2-6D-20-AA-9A"
  14. NAS-IP-Address = 192.168.182.1
  15. NAS-Identifier = "rusgame"
  16. WISPr-Logoff-URL = "http://192.168.182.1:3990/logoff"
  17. Message-Authenticator = 0x7534f0d17a5f6c487f27d44e5d6e0814
  18. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  19. +group authorize {
  20. ++[preprocess] = ok
  21. [auth_log] expand: %{Packet-Src-IP-Address} -> 95.84.138.40
  22. [auth_log] expand: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/95.84.138.40/auth-detail-20160922
  23. [auth_log] /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/95.84.138.40/auth-detail-20160922
  24. [auth_log] expand: %t -> Thu Sep 22 17:33:17 2016
  25. ++[auth_log] = ok
  26. [chap] Setting 'Auth-Type := CHAP'
  27. ++[chap] = ok
  28. ++[mschap] = noop
  29. ++[digest] = noop
  30. [suffix] No '@' in User-Name = "test", looking up realm NULL
  31. [suffix] No such realm "NULL"
  32. ++[suffix] = noop
  33. [eap] No EAP-Message, not doing EAP
  34. ++[eap] = noop
  35. ++[files] = noop
  36. [sql] expand: %{User-Name} -> test
  37. [sql] sql_set_user escaped user --> 'test'
  38. rlm_sql (sql): Reserving sql socket id: 6
  39. [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 = 'test' ORDER BY id
  40. [sql] User found in radcheck table
  41. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'test' ORDER BY id
  42. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'test' ORDER BY priority
  43. rlm_sql (sql): Released sql socket id: 6
  44. ++[sql] = ok
  45. ++? if (notfound)
  46. ? Evaluating (notfound) -> FALSE
  47. ++? if (notfound) -> FALSE
  48. ++? if (reject)
  49. ? Evaluating (reject) -> FALSE
  50. ++? if (reject) -> FALSE
  51. ++[expiration] = noop
  52. ++? if (userlock)
  53. ? Evaluating (userlock) -> FALSE
  54. ++? if (userlock) -> FALSE
  55. ++[logintime] = noop
  56. ++? if (reject)
  57. ? Evaluating (reject) -> FALSE
  58. ++? if (reject) -> FALSE
  59. ++? if (reject)
  60. ? Evaluating (reject) -> FALSE
  61. ++? if (reject) -> FALSE
  62. [pap] WARNING: Auth-Type already set. Not setting to PAP
  63. ++[pap] = noop
  64. +} # group authorize = ok
  65. Found Auth-Type = CHAP
  66. # Executing group from file /etc/freeradius/sites-enabled/default
  67. +group CHAP {
  68. [chap] login attempt by "test" with CHAP password
  69. [chap] Using clear text password "test" for user test authentication.
  70. [chap] Password check failed
  71. ++[chap] = reject
  72. +} # group CHAP = reject
  73. Failed to authenticate the user.
  74. Using Post-Auth-Type REJECT
  75. # Executing group from file /etc/freeradius/sites-enabled/default
  76. +group REJECT {
  77. ++update reply {
  78. ++} # update reply = noop
  79. [attr_filter.access_reject] expand: %{User-Name} -> test
  80. attr_filter: Matched entry DEFAULT at line 11
  81. ++[attr_filter.access_reject] = updated
  82. +} # group REJECT = updated
  83. Delaying reject of request 25 for 1 seconds
  84. Going to the next request
  85. Waking up in 0.9 seconds.
  86. Sending delayed reject for request 25
  87. Sending Access-Reject of id 28 to 95.84.138.40 port 47463
  88. Reply-Message = "Login Failed. Please check your username and password"
  89. Waking up in 4.9 seconds.
  90. Cleaning up request 25 ID 28 with timestamp +4846
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement