Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. rad_recv: Access-Request packet from host 192.168.0.2 port 33173, id=11, length=46
  2. User-Name = "dolfin"
  3. User-Password = "PASSWORD@Home"
  4. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  5. +group authorize {
  6. ++[preprocess] = ok
  7. ++[chap] = noop
  8. ++[mschap] = noop
  9. ++[digest] = noop
  10. [suffix] No '@' in User-Name = "dolfin", looking up realm NULL
  11. [suffix] No such realm "NULL"
  12. ++[suffix] = noop
  13. [eap] No EAP-Message, not doing EAP
  14. ++[eap] = noop
  15. [files] users: Matched entry dolfin at line 204
  16. ++[files] = ok
  17. ++[expiration] = noop
  18. ++[logintime] = noop
  19. ++[pap] = updated
  20. +} # group authorize = updated
  21. Found Auth-Type = PAP
  22. # Executing group from file /etc/freeradius/sites-enabled/default
  23. +group PAP {
  24. [pap] login attempt with password "PASSWORD@Home"
  25. [pap] Using clear text password "PASSWORD@Home"
  26. [pap] User authenticated successfully
  27. ++[pap] = ok
  28. +} # group PAP = ok
  29. # Executing section post-auth from file /etc/freeradius/sites-enabled/default
  30. +group post-auth {
  31. ++[exec] = noop
  32. +} # group post-auth = noop
  33. Sending Access-Accept of id 11 to 192.168.0.2 port 33173
  34. Finished request 0.
  35. Going to the next request
  36. Waking up in 4.9 seconds.
  37. Cleaning up request 0 ID 11 with timestamp +69
  38. Ready to process requests.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement