Advertisement
Guest User

Untitled

a guest
May 4th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. rad_recv: Access-Request packet from host 122.173.226.54 port 4285, id=32, length=48
  2. User-Name = "xserver"
  3. CHAP-Password = 0x95141682320a7f537d404f07aeed7a2236
  4. +- entering group authorize {...}
  5. ++[preprocess] returns ok
  6. [chap] Setting 'Auth-Type := CHAP'
  7. ++[chap] returns ok
  8. ++[mschap] returns noop
  9. [suffix] No '@' in User-Name = "xserver", looking up realm NULL
  10. [suffix] No such realm "NULL"
  11. ++[suffix] returns noop
  12. [eap] No EAP-Message, not doing EAP
  13. ++[eap] returns noop
  14. ++[unix] returns notfound
  15. ++[files] returns noop
  16. [sql] expand: %{User-Name} -> xserver
  17. [sql] sql_set_user escaped user --> 'xserver'
  18. rlm_sql (sql): Reserving sql socket id: 3
  19. [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 = 'xserver' ORDER BY id
  20. WARNING: Found User-Password == "...".
  21. WARNING: Are you sure you don't mean Cleartext-Password?
  22. WARNING: See "man rlm_pap" for more information.
  23. [sql] User found in radcheck table
  24. [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 = 'xserver' ORDER BY id
  25. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'xserver' ORDER BY priority
  26. rlm_sql (sql): Released sql socket id: 3
  27. ++[sql] returns ok
  28. ++[expiration] returns noop
  29. ++[logintime] returns noop
  30. [pap] Found existing Auth-Type, not changing it.
  31. ++[pap] returns noop
  32. Found Auth-Type = CHAP
  33. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  34. !!! Replacing User-Password in config items with Cleartext-Password. !!!
  35. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  36. !!! Please update your configuration so that the "known good" !!!
  37. !!! clear text password is in Cleartext-Password, and not in User-Password. !!!
  38. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  39. +- entering group CHAP {...}
  40. [chap] login attempt by "xserver" with CHAP password
  41. [chap] Using clear text password "" for user xserver authentication.
  42. [chap] Password check failed
  43. ++[chap] returns reject
  44. Failed to authenticate the user.
  45. Using Post-Auth-Type Reject
  46. +- entering group REJECT {...}
  47. [attr_filter.access_reject] expand: %{User-Name} -> xserver
  48. attr_filter: Matched entry DEFAULT at line 11
  49. ++[attr_filter.access_reject] returns updated
  50. Delaying reject of request 0 for 1 seconds
  51. Going to the next request
  52. Waking up in 0.10 seconds.
  53. Sending delayed reject for request 0
  54. Sending Access-Reject of id 32 to 122.173.226.54 port 4285
  55. Waking up in 4.9 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement