Advertisement
Guest User

freeradius debug output at radtest login

a guest
Jul 1st, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. rad_recv: Access-Request packet from host 127.0.0.1 port 41263, id=214, length=73
  2. User-Name = "testuser_1"
  3. User-Password = "letmein_1"
  4. NAS-IP-Address = 127.0.0.1
  5. NAS-Port = 2
  6. Message-Authenticator = 0xa5c640f8c3798cb47e7c50bb1750821b
  7. # Executing section authorize from file /etc/raddb/sites-enabled/default
  8. +- entering group authorize {...}
  9. ++[preprocess] returns ok
  10. ++[chap] returns noop
  11. ++[mschap] returns noop
  12. ++[digest] returns noop
  13. [suffix] No '@' in User-Name = "testuser_1", looking up realm NULL
  14. [suffix] No such realm "NULL"
  15. ++[suffix] returns noop
  16. [eap] No EAP-Message, not doing EAP
  17. ++[eap] returns noop
  18. [files] users: Matched entry DEFAULT at line 1
  19. ++[files] returns ok
  20. [ldap] performing user authorization for testuser_1
  21. [ldap] expand: (uid=%u) -> (uid=testuser_1)
  22. [ldap] expand: dc=vps03,dc=local -> dc=vps03,dc=local
  23. [ldap] ldap_get_conn: Checking Id: 0
  24. [ldap] ldap_get_conn: Got Id: 0
  25. [ldap] attempting LDAP reconnection
  26. [ldap] (re)connect to 127.0.0.1:389, authentication 0
  27. [ldap] bind as / to 127.0.0.1:389
  28. [ldap] waiting for bind result ...
  29. [ldap] Bind was successful
  30. [ldap] performing search in dc=vps03,dc=local, with filter (uid=testuser_1)
  31. [ldap] Added User-Password = {crypt}$6$eYSIQCXo$KpNS4aQc3s1usZcWI.F9uVDThtAEbKbkxz9D954Dk0Y84af3J86go8AtLqKOxGOHzTEKy2aUmRFI5SSRLPwTB0 in check items
  32. [ldap] looking for check items in directory...
  33. [ldap] userPassword -> Password-With-Header == "{crypt}$6$eYSIQCXo$KpNS4aQc3s1usZcWI.F9uVDThtAEbKbkxz9D954Dk0Y84af3J86go8AtLqKOxGOHzTEKy2aUmRFI5SSRLPwTB0"
  34. [ldap] looking for reply items in directory...
  35. [ldap] user testuser_1 authorized to use remote access
  36. [ldap] ldap_release_conn: Release Id: 0
  37. ++[ldap] returns ok
  38. ++[expiration] returns noop
  39. ++[logintime] returns noop
  40. [pap] WARNING: Auth-Type already set. Not setting to PAP
  41. ++[pap] returns noop
  42. Found Auth-Type = LDAP
  43. # Executing group from file /etc/raddb/sites-enabled/default
  44. +- entering group LDAP {...}
  45. [ldap] login attempt by "testuser_1" with password "letmein_1"
  46. [ldap] user DN: uid=testuser_1,ou=People,dc=vps03,dc=local
  47. [ldap] (re)connect to 127.0.0.1:389, authentication 1
  48. [ldap] bind as uid=testuser_1,ou=People,dc=vps03,dc=local/letmein_1 to 127.0.0.1:389
  49. [ldap] waiting for bind result ...
  50. [ldap] Bind failed with invalid credentials
  51. ++[ldap] returns reject
  52. Failed to authenticate the user.
  53. Using Post-Auth-Type Reject
  54. # Executing group from file /etc/raddb/sites-enabled/default
  55. +- entering group REJECT {...}
  56. [attr_filter.access_reject] expand: %{User-Name} -> testuser_1
  57. attr_filter: Matched entry DEFAULT at line 11
  58. ++[attr_filter.access_reject] returns updated
  59. Delaying reject of request 0 for 1 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement